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.