On Aug 12, 2010, at 9:41 AM, Jigal sanders wrote:

2.Select `user`.* FROM `user` WHERE( usr_email = `em...@adres.com`) LIMIT 1

For one thing, use single-quotes for string literals. The back-ticks are for table names and column names.

Regards,
Bill Karwin

Reply via email to