If field has value...
Posted: Mon May 03, 2010 7:48 pm
Here's what I am trying to accomplish:
I need a snipplet that checks to see if a field ("logo") within a MySQL table has a value. I then need an if statement that if the field has a value, no matter the value, then print (echo) ....
How can I go about checking the field in the database and then continue with the echo?
Thanks.
I need a snipplet that checks to see if a field ("logo") within a MySQL table has a value. I then need an if statement that if the field has a value, no matter the value, then print (echo) ....
How can I go about checking the field in the database and then continue with the echo?
Thanks.