Hi all,
I would like to know how can I evaluate if a sql query has been successful or not.
so if I do
I basically wanna display some text like success if the above query, for example, runs through just fine.PHP Code:$db->Execute("select specials_id from ".TABLE_SPECIALS." where products_id = '".$_GET[pID]."'");
Thanks
callingrohit



