Jump to content

[SOLVED] Determining If a Variable Exists ?, don't understand


shoutdots

Recommended Posts

ISSET()  (should be caps) is a function that returns a boolean yes/no if the given parameter is not false or undefined.

 

so you can say if(!ISSET()) and if the var is not set it will execute the if block.  Generally its only used in if/else if cases.

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.