PHP Sessions

My reason for looking at Sessions was that I wanted to share data betwwen pages. The first reason was that I wanted a seperate form response page that was dislayed when a form is submitted. I may still want to do this. I also may want to give the option to send a cofirmatory email to the visitor making a booking. I think that this is better than just having an auto-responder.

The Example from the W3C website

Setting session variables - like so: $_SESSION["favcolor"] = "green";

Session variables are set.

Appending to a file

See the php_file_stuff page.

Links

External Sources

PHP Sessions