php-install | 2002112
Date: 11/18/02
- Next message: Bill Hudspeth: "[PHP-INST] Apache Installation problems"
- Previous message: Mike Franklin: "[PHP-INST] IIS and PHP 4"
- In reply to: Robert Duran: "[PHP-INST] Help, getting nothing from $_GET"
- Next in thread: Robert Duran: "Re: [PHP-INST] Help, getting nothing from $_GET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Bill Hudspeth: "[PHP-INST] Apache Installation problems"
- Previous message: Mike Franklin: "[PHP-INST] IIS and PHP 4"
- In reply to: Robert Duran: "[PHP-INST] Help, getting nothing from $_GET"
- Next in thread: Robert Duran: "Re: [PHP-INST] Help, getting nothing from $_GET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

