Comparing two seperate php pages. On site

homestead

New Member
I would like to be able to 'compare" two different php pages with in the site I am building. with out having to data base functions. Possible? Front end user being able to pcik two items, then compare them side by side?
Scott
 

Juturnalia

New Member
Im not quite understanding what you mean but you may can use php include to include the two items from a different page.
 

mezangath

New Member
If you're talking about the function to compare 2 different items or database values, that isn't so hard to accomplish, though u have to set it up in a database, or PHP/ASP wont understand what to do with the numbers its given, then it can calculate a deffict between them and so on.
 
Top