gple Posted November 3, 2009 Share Posted November 3, 2009 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 More sharing options...
MadTechie Posted November 3, 2009 Share Posted November 3, 2009 Would need to see more code ie the form and the PHP where you set $text, Link to comment https://forums.phpfreaks.com/topic/180196-variablenull/#findComment-950588 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.