Justtechjobs.com Find a programming school near you






Online Campus Both


php-install | 2002112

Re: [PHP-INST] Help, getting nothing from $_GET From: Steve Cayford (steve_cayford <email protected>)
Date: 11/18/02

I cut and pasted this code onto my machine and realized that you've got
some bogus hidden characters in there. Don't know if that's your issue
or not, but once I cleared them out it worked fine for me.

-Steve

On Monday, November 18, 2002, at 03:22 PM, Robert Duran wrote:
>
> {{
>
> <?php
>
> $avar = 50;
>
> $tvar = 60;
>
> $svar = $_GET[ "svar"];
> echo "$avar";
> echo "test";
> echo "$tvar";
> echo "test";
> echo "$svar";
> ?>

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