Jump to content

Variable==NULL


gple

Recommended Posts

I have a text box with a default value. Part of my script is that when I remove the default value from the text box and hit enter on the form. it passes the variable of that text box as blank.

When I run an if statement for that value

 

if ($text==NULL)

{echo "success";}

else

{echo "failed";}

 

I am always getting failed.

Link to comment
https://forums.phpfreaks.com/topic/180196-variablenull/
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.