[phplib] Problem?? implode - Variable From: GWBAG <email protected>
Date: 04/19/01

Hi,

somebody knows where's the problem, I get a parse error on line " if (trim
......."
Thanks! Ralf

$ObjTyp = array("'Einfamilienhaus'", "'Bauernhaus'");
$string = implode(",", $ObjTyp);
$string1 = echo $string;
if (trim($ObjArt)=="Wohn") $ObjArt = '$string1';

$result=MYSQL_QUERY( "SELECT * FROM $tabelle where (ObjArt IN '$ObjArt') &&
..........

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>