I need to pass variables across from page to page.
I am considering passing them via the URL. WHat is the code that I need to do this and retrieve it at the end.
I am a total novice at php so any help would be appreciated.
Thanks
Passing variables in the URL with php
Moderator: General Moderators
-
Magicman0022
- Forum Newbie
- Posts: 11
- Joined: Thu Jul 28, 2005 8:38 am
Just search this forum, we've discusses the methods to pass data across pages many times before:
http://www.php.net/variables (the section on predefined variables)
$_GET
$_POST
$_SESSION
$_COOKIE
http://www.php.net/variables (the section on predefined variables)
$_GET
$_POST
$_SESSION
$_COOKIE