[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-general
Subject:    Re: [PHP] Re: Troublesome Code.
From:       "Chris Knipe" <savage () savage ! za ! org>
Date:       2005-01-31 13:33:03
Message-ID: 004601c50799$638ddf40$0a01a8c0 () ops ! cenergynetworks ! com
[Download RAW message or body]

Had a fault in some globally included mysql structures... I don't know how 
this happened, but my mysql_select_db seemed to have dissapeared.  Thus 
there was no database initialised, and hence all the queries actually did 
not complete.

I sorted it out - it's all working now :)  Thanks for the suggestions 
everyone.

--
Chris.

----- Original Message ----- 
From: "Mikey" <frak@totalise.co.uk>
To: <php-general@lists.php.net>
Sent: Monday, January 31, 2005 3:15 PM
Subject: RE: [PHP] Re: Troublesome Code.


>> >    if (mysql_num_rows($SQL) == 1) {
>
> Err, this is just the query string variable right? So you need to do:
>
> $sth = mysql_query ($SQL);
> If (mysql_num_rows ($sth) == 1)
>
> Then you will be checking the result set and not just the query string.
>
> HTH,
>
> Mikey
>
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> 

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic