Jump to content

Multiple ISSET statements in one if()


grantf

Recommended Posts

Without knowing what it is you are trying to check, it's hard to say what your problem is. But here are some things you can check:

 

- should you be using || instead of &&?

- are the variable names spelled the same in your html form as they are in your script?

- did you really mean to check to see if they weren't set, instead of if they are set?

- is the action on your form set to 'get' instead of 'post'?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.