Jump to content

Help with MySQL Please.


yanjchan

Recommended Posts

Hi!

I'm one of those people who learn by example, so could one of you please make an annotate a small MySQL script that would create a database, create a table, then read and insert into it?

 

All the tutorials I've seen serve to confuse me.

 

Though, if you knew of a good one, that would be nice too.

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/152905-help-with-mysql-please/
Share on other sites

From www.php.net/mysql_close :

 

Using mysql_close() isn't usually necessary, as non-persistent open links are automatically closed at the end of the script's execution. See also freeing resources.

 

 

So no, generally speaking, you don't need to explicitly close a mysql connection.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.