|
Posted by sharma on 11/12/46 11:30
Hi,
I am passing a variable through url.
www.example.com/maxmoney.php?id=xyz@yahoo.com
In the maxmoney.php I have tried to catch it this way
$email=$_GET['id'];
when i echoed $email or $_GET['id']; its not displaying.
I am using php 5. I could not figure out what the issue is. can any
help me?
Thanks in advance,
sharma
Navigation:
[Reply to this message]
|