hi,
please anyone help me with this.I have a database 'hbm' which contain a table called hitted having 2 columns(id,hit).
I inserted a record with id=1.
Now i need to query this database.
define("hit_TBL","hitted");
"select hit from" . hit_TBL. " where id=1 and LIMIT=1";
throws error.
request members to help me out.