Date: 04/23/01
- Next message: Layne Weathers: "RE: [phplib] I don't find the problem -"
- Previous message: Peter Bowyer: "[phplib] Tempestuous Template Triangle"
- Next in thread: Layne Weathers: "RE: [phplib] I don't find the problem -"
- Maybe reply: Layne Weathers: "RE: [phplib] I don't find the problem -"
- Reply: Steve Edberg: "Re: [phplib] I don't find the problem -"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
i get a parse error problem on line ' ...where... like ...... . Anybody knows
where's the problem.
Thanks. Ralf
$ObjTyp = array("'Ein%'" , "'%Bau%'");
$string = implode(" or ObjArt like ", $ObjTyp);
if (trim($ObjArt)=="Wohn") $ObjArt = "$string";
if (trim($ObjArt)=="%") $ObjArt = "%";
echo $string;
$result=MYSQL_QUERY( "SELECT * FROM $tabelle where ObjArt like "'$ObjArt'" &&
......
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Layne Weathers: "RE: [phplib] I don't find the problem -"
- Previous message: Peter Bowyer: "[phplib] Tempestuous Template Triangle"
- Next in thread: Layne Weathers: "RE: [phplib] I don't find the problem -"
- Maybe reply: Layne Weathers: "RE: [phplib] I don't find the problem -"
- Reply: Steve Edberg: "Re: [phplib] I don't find the problem -"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

