Wolf Posted June 9, 2007 Posted June 9, 2007 Im trying to find a way to get a count from a field that will count any identical entries so I can later do an if statement if cnt>1 . Is this possible? Quote
Niteshade Posted August 8, 2007 Posted August 8, 2007 Re: Help with count Not sure if this is what you mean but: $sql = mysql_query("SELECT COUNT(*) AS count FROM <table> WHERE field='$val'"); That what you are looking for? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.