I'm trying to setup php with sessions on my home computer. I've got php working, but I can't seem to get the configuration for sessions right. I know the code works because I've tested against a ...
OK, I'm just learning PHP and I've run into a small problem with sessions. I want to take a few values entered on a form on the first page of a series and store them as variables enabling me to either ...