Jump to content

[SOLVED] Why is this acting as a wildcard?


SirChick

Recommended Posts

The input value is $Street = "Regent Street"

 

the validation check im using is:

 

ElseIF($Street = " "){
die('You must select a street at the estate agents first!');
}

 

Now in the IF check i have " " not "". I have done the check for "" but because i had a list box and one was blank with a " " option i had to put the check for it also. But for some reason im assuming the else if is finding the space between the 2 words and so the result becomes:

 

You must select a street at the estate agents first!

 

 

So is my if statement acting as a wild card to find the space " "? Cos im lost on why its showing the die.

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/67090-solved-why-is-this-acting-as-a-wildcard/
Share on other sites

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.