Sorry, my bad, <> should work...

do a:

mysql_connect("....","....","....") or
         die('MySQL Query Failed.  Error '.mysql_errno().': '.mysql_error());

Using a little debugging (or die()) can be very helpful in determining what 
the problem is...

-Jason Garber





At 01:36 AM 8/23/2001 -0700, you wrote:
>On Thu, Aug 23, 2001 at 04:32:57AM -0400, Jason G. wrote:
> >
> > NOT EQUAL is != rather than <>
>
>Really?  I've used them both with good success.  Where does one
>succeed and the other fail?
>
>Jeremy
>--
>Jeremy D. Zawodny, <[EMAIL PROTECTED]>
>Technical Yahoo - Yahoo Finance
>Desk: (408) 349-7878   Fax: (408) 349-5454   Cell: (408) 685-5936
>
>MySQL 3.23.41-max: up 6 days, processed 77,786,358 queries (148/sec. avg)


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to