To suppress php errors we need to add ‘@’ sign before statement.
It will continue processing to next statment.
Example:
@ $result1 = pg_query($connection,$query1) or die(‘Error, query1 failed’);
if(!$result1)
continue;
Here in blog most of the stuff is technical as I am guy with technical background. You might find some innovative and motivating stories along with some funny stories.I hope you find it useful :-) Happy blogging.
No comments:
Post a Comment