Date: 04/19/01
- Next message: Rogers, Paul: "RE: [phplib] Using Template class - How do I include another PHP script?"
- Previous message: nathan r. hruby: "Re: [phplib] Using Template class - How do I include another PHP script?"
- Next in thread: Jesse Swensen: "Re: [phplib] Problem?? implode - Variable"
- Reply: Jesse Swensen: "Re: [phplib] Problem?? implode - Variable"
- Reply: Carlos Romero Mas: "RE: [phplib] Problem?? implode - Variable"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Rogers, Paul: "RE: [phplib] Using Template class - How do I include another PHP script?"
- Previous message: nathan r. hruby: "Re: [phplib] Using Template class - How do I include another PHP script?"
- Next in thread: Jesse Swensen: "Re: [phplib] Problem?? implode - Variable"
- Reply: Jesse Swensen: "Re: [phplib] Problem?? implode - Variable"
- Reply: Carlos Romero Mas: "RE: [phplib] Problem?? implode - Variable"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

