Thread
:
How to send a value stored in a variable from one page to another page in php?
View Single Post
10-16-2007, 09:51 AM
#
2
(
permalink
)
wrkjmg
Junior Member
Join Date: Oct 2007
Posts: 5
Re: How to send a value stored in a variable from one page to another page in php?
Use SESSIONS or use the GET metod:
Approve.php?EmpID=(value).
In aprove.php:
EmpID = $_GET['EmpID']
__________________
Not2Popular - Free Directory PR4
wrkjmg
View Public Profile
Send a private message to wrkjmg
Find More Posts by wrkjmg
Sponsored Links