I am trying to pass a session from one page to another. Here is my issue.
I have an index page that has a list of projects on it. I want to be able to click on the update link to update the desired project. Once the update has been done, it will update the database with the correct information.
I have created the index.php page that reads the database info correctly. You can see the site and code at.
http://www.streethawk-fcs.com/client/index.php
Then when you click on the update button on that page, it calls the information from the database, but when you make the changes it does not save the new updated info to the database. Im thinking it has to do with session problems.
Can someone please look over my site pages and tell me what I am doing wrong.
Thanks
William


