Hi,
I want to pull results from a table if the img field is filled in. Its not a number so I cannot do greater than 0, like I normally would have done.
I'm sure this is relatively simple just that I'm new to php.
Something like:
"SELECT * FROM `progs` WHERE `img` = "
Thanks in advance.