I have accessed a database with a PHP program on its own page. It shows the results of the search on one page and then the user clicks on a link, continuing the CGI shopping cart program. I need to someway have access to the data that was retrieved in a later CGI page where the data needs to be adjusted within the page. I have tried assigning the data a variable name and passing this to the CGI page, but I can't get it to go. I probably did'nt #include the php file right or don't need to include it at all. I've also tried just calling the variable. The files are all on the same folder in my server.
Any suggestions would be greatly appreciated as I have been working on this for about three days.
Any suggestions would be greatly appreciated as I have been working on this for about three days.