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. Quote 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, Quote Link to comment https://forums.phpfreaks.com/topic/180196-variablenull/#findComment-950588 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.