Page 2 of 2

Posted: Tue Nov 29, 2005 4:17 am
by jaylin
thz. btw, how can i check the connection state and how can i close a connection?
n00b Saibot wrote:aha... just as Jenk said (Good work ,Jenk ;))

add <?php ?> tags in mysql.php

Posted: Tue Nov 29, 2005 4:41 am
by n00b Saibot
check the connection :arrow: if ($link === FALSE) {
close the connection :arrow: mysql_close($link);