Hello.


> $dbQuery = results;



Have you forgotten to put '$' before the 'results'? Do you

have display_errors = On in your php.ini?





Kane Wilson <[EMAIL PROTECTED]> wrote:

> 

> 

> hi , 

> 

> I wanted to check the following condition and if it is

> success i wanted to display a massage.I tried as

> follows. but no luck. nothing displayed.

> 

> $dbQuery = results;

> $result = mysql_query($dbQuery) or die("Couldn't get

> file list");

> 

> if (!isset($result))

>       {echo "NULL";}

> 

> 

> //if (mysql_result($result == 0))(

> 

> //echo "sorry";

> 

> ?>

> 

> 

> please , tell me how can i do this ?

> 

> Thanx

> Kane.

> 

> 

>        

>                

> ______________________________________________________

> Click here to donate to the Hurricane Katrina relief effort.

> http://store.yahoo.com/redcross-donate3/

> 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to