Re: [PHP-INST] variables not passing at all

2002-12-24 Thread Jim Thome
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

[PHP-INST] variables not passing at all

2002-12-24 Thread Matt
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

[PHP-INST] Variables

2002-06-29 Thread milton
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

[PHP-INST] variables not being passed

2002-02-26 Thread CHEEMA, VINCENT P (SBCSI)
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