Jump to content

Value Equals Anything?


Wayniac

Recommended Posts

I think I could reword it a little better. I'm trying to accomplish an action from an if statement that will work if anything from a space, to a letter, to a full fledge word is entered in the value spot within the "".

 

Ex:

<?php
if ($fname == "ANYTHING") { // But I can't just put ANYTHING in that slot via server side, it would have to be typed.
//blah blah
}
?>

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.