View Single Post
Old 10-16-2007, 09:51 AM   #2 (permalink)
wrkjmg
Junior Member
 
Join Date: Oct 2007
Posts: 5
Default 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']
wrkjmg is offline   Reply With Quote
Sponsored Links