Page 1 of 1

html variables not working ( !isset() )

Posted: Tue Jan 28, 2003 7:22 am
by iamzek
The problem is ( probably ) somewher in my php.ini file, but not sure what.

on a form submit, none of my object var's are present.

for example:

<intput type=textbox name=Auth>
on submit, $Auth is not defined. I know this is problem with my server setup as I download a tutorial script that worked online, but would not on my computer. the example in the script used

<input type=submit name=submit>

and

if ( $submit ) { //code here }

thanks

Posted: Tue Jan 28, 2003 8:03 am
by twigletmac
Have a read of this sticky:
viewtopic.php?t=511

Mac