Pages

Thursday, April 14, 2011

mysql_close() issue

Hi Folks,
In older version of PHP, that is before version of 5. There is a small bug in php. In mysql_close(), it's seems like it is mandatory to pass Mysql link as argument other wise you application will get crash without error. So you have to pass link parameter like mysql_close($link);

No comments:

Post a Comment