Date: 04/23/01
- Next message: Steve Edberg: "Re: [phplib] I don't find the problem -"
- Previous message: GWBAG <email protected>: "[phplib] I don't find the problem -"
- Next in thread: Steve Edberg: "Re: [phplib] I don't find the problem -"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> i get a parse error problem on line ' ...where... like ......
snip
> $result=MYSQL_QUERY( "SELECT * FROM $tabelle where ObjArt
> like "'$ObjArt'" &&
You didn't make up your mind on whether you were going to use variable
substituion or string concatenation.
"SELECT * FROM $tabelle where ObjArt like '$ObjArt'"
or
'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: Steve Edberg: "Re: [phplib] I don't find the problem -"
- Previous message: GWBAG <email protected>: "[phplib] I don't find the problem -"
- Next in thread: Steve Edberg: "Re: [phplib] I don't find the problem -"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

