html variables not working ( !isset() )

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
iamzek
Forum Newbie
Posts: 3
Joined: Sun Jan 19, 2003 11:25 am

html variables not working ( !isset() )

Post 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
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Have a read of this sticky:
viewtopic.php?t=511

Mac
Post Reply