Read this: http://www.php.net//manual/en/security.registerglobals.php
and either turn on register_globals: ini_set ("register_globals", "1");
or better yet, start using the super global syntax:
http://www.php.net/manual/en/language.variables.predefined.php#language.variables.superglobals
like s
Hi. I am very new to PHP. I have both apache and mysql as well as php
installed on my laptop. I thought PHP was functioning correctly because
when I do a phpinfo() I get the appropriate diagnostic page.
However in a couple of exercises designed to display variables
populated from a form in one
I have W2k and IIS 5.0 but i have a problem:
PHP don't cach the values of the form:
This only print "hola" What happend?
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I've installed php4.2.0 and apache 1.3.23 on an AIX4.3.3 box.
However, variables are not being passed...
anyone have any suggestions?
Vince
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php