On Nov 28, 2007, at 3:19 PM, Brady Mitchell wrote:
On Nov 28, 2007 12:08 PM, Jason Pruim <[EMAIL PROTECTED]> wrote:if ($res) { // now see if user's id exists in database if (mysql_num_rows($res,0) {You need another ) on that last line: if (mysql_num_rows($res,0)) { You might want to consider getting an editor/ide that will higlight parse errors for you, makes life much easier. :) My ide of choice is EasyEclipse for PHP ( http://www.easyeclipse.org/site/distributions/php.html ), and there are lots of other great editors out there too. This is not meant to start another "my editor is better than yours" thread, just a suggestion.
Thanks for spotting it! I think I may need something other then dreamweaver to code in... All I use it for is it's syntax highlighting... I do all my coding by hand... But I think I'll start looking at others :)
Off to google! :) -- Jason Pruim Raoset Inc. Technology Manager MQC Specialist 3251 132nd ave Holland, MI, 49424 www.raoset.com [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

