Use <?php echo $_GET['abc']; ?>

"Rahul" <[EMAIL PROTECTED]> wrote in message
00b301c2c38e$c9d83f80$[EMAIL PROTECTED]">news:00b301c2c38e$c9d83f80$[EMAIL PROTECTED]...
> Hello All,
>
> When i pass a value through browser to a php page as below
>
> http://www.xyz.com/test.php?abc=test
>
> But when i try to display the variable abc as below
>
> <?php echo $abc; ?>
>
> It is not showing anything in php-4.3.0. but the value is displayed in
> php-4.2.2 version.
>
> Regards,
> -sadha
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.443 / Virus Database: 248 - Release Date: 10/01/2003



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to