Posted by Kim Andrι Akerψ on 11/13/82 11:30
sharma wrote:
> 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
What shows up on the page when you add the following line?
var_dump($_GET);
--
Kim AndrΓ© AkerΓΈ
- kimandre@NOSPAMbetadome.com
(remove NOSPAM to contact me directly)
Navigation:
[Reply to this message]
|