brown2005 Posted March 2, 2007 Share Posted March 2, 2007 if i have field hello $sql = "SELECT * FROM WHERE hello=''"; and i want hello to be blank? Quote Link to comment Share on other sites More sharing options...
simcoweb Posted March 2, 2007 Share Posted March 2, 2007 Not sure why you'd want to call a field that's blank ??? Quote Link to comment Share on other sites More sharing options...
redarrow Posted March 2, 2007 Share Posted March 2, 2007 $hello=""; $sql = "SELECT * FROM WHERE hello=''"; or $sql = "SELECT * FROM WHERE hello='NULL' "; Quote Link to comment 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.