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
Share on other sites

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

 

Hard to believe, but may be so.  Tizag certainly won't confuse, it's one of the most basic references known to man.

 

There's also plenty of examples on these forums.

 

Good luck!

Link to comment
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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.