Hi all,

I would like to know how can I evaluate if a sql query has been successful or not.

so if I do

PHP Code:
$db->Execute("select specials_id from ".TABLE_SPECIALS." where products_id = '".$_GET[pID]."'"); 
I basically wanna display some text like success if the above query, for example, runs through just fine.

Thanks
callingrohit