using arrays to exclude items
Posted: Tue Oct 10, 2006 2:20 pm
used to be a question here.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
SELECT
1
FROM
coupon_codes
WHERE
coupon_code = '$code'
LIMIT
1