View Single Post
Old 02-19-2008, 09:57 AM   #6 (permalink)
SupportFox
Junior Member
 
Join Date: Feb 2008
Location: South England
Posts: 4
Default Re: How to send a value stored in a variable from one page to another page in php?

There are several options.

$_SESSION
$_GET

or use a database.
SupportFox is offline   Reply With Quote
Sponsored Links