Thread
:
How to send a value stored in a variable from one page to another page in php?
View Single Post
02-19-2008, 09:57 AM
#
6
(
permalink
)
SupportFox
Junior Member
Join Date: Feb 2008
Location: South England
Posts: 4
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
View Public Profile
Send a private message to SupportFox
Send email to SupportFox
Find More Posts by SupportFox
Sponsored Links