At 12:47 PM -0700 10/8/07, Kevin Murphy wrote:
Is this a joke? You are using a LIMIT 1, so your count is always going to be 1.

No, its not a joke. The answer is not going to always 1, its going to be 1 (the value exists in the DB at least once) or 0 (the value doesn't exist in the DB), that's what I am trying to test for. I don't need to know how many times something exists, just if it does.

--
Kevin Murphy
Webmaster: Information and Marketing Services
Western Nevada College
www.wnc.edu
775-445-3326

Kevin:

Considering what you want to do, you might want to investigate having mysql do it for you, see here:

<http://dev.mysql.com/doc/refman/5.0/en/insert-on-duplicate.html>

Cheers,

tedd
--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to