i'm little computer programer
i don't think "mysql_close();"
because do not "mysql_close()" in course
, program is no problems
What do you think?
Hi Tania. I don't know if i understand well what you are asking, anyway .. you can avoid to use mysql_close, beacuse the connections (not persistent conn) are automagically closed when the script ends. If you want to be sure that the script close the connection try unset($db_link).
If you use an old version of php (not so old) pay attention, ... mysql_close() not worked so fine (http://www.phpbuilder.com/mail/php-developer-list/2001022/0668.php)
bye