A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by Chalks » Tue Nov 20, 2007 9:18 pm
Code: Select all
$sql = "SELECT id FROM pages WHERE cat='" . $oldcat . "' AND page=null";
Post by John Cartwright » Tue Nov 20, 2007 11:31 pm
WHERE page IS NULL
WHERE page IS NOT NULL
Post by Chalks » Thu Nov 22, 2007 4:57 pm
Post by John Cartwright » Thu Nov 22, 2007 5:54 pm
Return to “Databases”