View Single Post
  #1  
Old 08-13-2010, 09:54 AM
 
mikeysweet mikeysweet is offline
 

Newbie
  
Join Date: Sep 2009
Posts: 7
 

Default Creating pages with PHP instead of just HTML

I've written a PHP application that searches a MySQL database based on the input from the user. Basic stuff, nothing too complicated. It's basically 3 pages, the Search, the Results List and the Details page.

The table I search against can be added to the existing database, that way the system only needs to connect to just one database.

I want to integrate this into the X-Cart site I'm building. I want the 3 pages to have all the cart info, navigation, links and other items that are on all the pages. Basically, I just need to use the "content" area. When I added my code to a new page through the "Static Pages" section of X-Cart, none of my PHP code doesn't get executed.

I searched these forums but can't find a way to create PHP pages that will fit right into the site like the Static Pages do.

Any suggestions?
Thanks
__________________
-Mike
X-Cart Gold Version 4.2.2
Reply With Quote