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
}
?>

Link to comment
Share on other sites

I'm having this exact same problem I need a wildcard but I cant seem to find anything about php wildcards

 

I need mine to find any file that ends in .txt so normally it would be like *.txt but that doesnt work

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.