Posted: Fri Apr 09, 2004 4:46 pm
you'd have an error yes.
isn't a string.
and your if is trying to set a constant string to another constant string.
I'm not really up on sql querying, so I can't help a whole lot in that area right now.
Code: Select all
$sql = "SELECT ID, field_name FROM " . "default_listingsDBElements WHERE (paypaluser);and your if is trying to set a constant string to another constant string.
I'm not really up on sql querying, so I can't help a whole lot in that area right now.