Jump to content

if statment for the scenario variable is undefined


greenheart

Recommended Posts

Hello I have a variable $work that is defined by a search of a document for a certain string of words. Sometimes those words don't exist, so i would like to have an if statment like:

 

if($work == NULL){$work = "no match found"}

 

but one that works. I'm trying to say if variable $work doesn't exist (is null) then relabel it "no match found".

 

Please advise me how to change my attempt to get this to work.

 

Thank you

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.