Hi,
i've a question for you, can i close mysql connection object with this type of function?
Function F_CloseConn($Conn)
{
return mysql_close(${$NomeConn}) or die ("...");
}
$mysqlconn = f_CloseConn($mysqlconn);
it's this correct or the connection will not be closed after?