html variables not working ( !isset() )
Posted: Tue Jan 28, 2003 7:22 am
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
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