PHP Classes

Erro Found

Recommend this page to a friend!

      mydb  >  All threads  >  Erro Found  >  (Un) Subscribe thread alerts  
Subject:Erro Found
Summary:Erro Found
Messages:1
Author:Fernando
Date:2008-11-01 12:51:41
 

  1. Erro Found   Reply   Report abuse  
Picture of Fernando Fernando - 2008-11-01 12:51:41
I guess it has an error in the query method return line.


function query($sql) //run query
{
$sql=addcslashes($sql,"./\?#!");
$this->q_r=mysql_query($sql);
$this->affected_rows=mysql_affected_rows($this->con);
return $this-q_r;
}