Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2000071

[PHP] Re: [PHP-WIN] [PHP] Simple one for you guys! From: Ignatius Teo (iteo <email protected>)
Date: 07/11/00

Have you turned register_globals = on in php.ini?

----- Original Message -----
From: scott <scott <email protected>>
To: <php-general <email protected>>
Cc: <php-windows <email protected>>
Sent: Wednesday, July 12, 2000 8:00 AM
Subject: [PHP-WIN] [PHP] Simple one for you guys!

> php4 running PWS on 98
> a little no variables printing to the screen problem!
> any ideas?
>
> I send this to the browser
> http://localhost/email.php?name=JohnDoe&email=john <email protected>&preference=l
> dies
>
> The email.php is as follows
>
> <?
> print "<center>";
> print "hello, $name.";
> print "<br><br>";
> print "Thank you for your interest<br><br>";
> print "We will send information to $email, and have noted you like
> $preference.";
> print "</center>";
> ?>
>
>
> The vars are missing from the output?????
> Your help is appreciated.
> Scott
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-windows-unsubscribe <email protected>
> For additional commands, e-mail: php-windows-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>