Re: [PHP] Problem calling function within a class
it shuold be: $SQL_Query = "INSERT INTO ".$this->Company_Referrer_Table." ( Record_ID , Record_Data ) VALUES ( '', '".$this->Record_Data."')"; just use the operator '.' to connect two string. I think php could only identify simple car direcctly as $foo to be its value in a string contain it. The
[PHP] Problem calling function within a class
hi i am new to classes and i have a problem with a class i wrote here is the class --- class Company { var $Company_Name; var $Company_Referrer_Table; var $Company_Visitor_Table;