I have a folder (cartDemo) with a shopping cart demo that uses php. I uploaded that folder into the public_html folder in my file storage. I then copy/pasted the index.html from the cartDemo folder onto my page.
The site that I'm using is
http://www.kylewingate.net46.net under the cart demo link.
Basically the only thing that should be there is the search. Then you search for cars or computers and information pops down about the search. Then you can add the items into the shopping cart. But nothing happens and information that should not be showing is.
I know this cartDemo works because I've used xampp to run the php and I believe that the php from the carDemo folder isn't being executed.
Could someone tell me how to make this work.