What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » MySQL game

MySQL game
Author: Message:
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
36 / Male / Flag
Joined: Mar 2004
RE: MySQL game
or even better mysqli :D

code:
$sql = new mysqli('localhost','username','password','dbname');


then just use $sql->query() to query your database :)

http://php.net/mysqli
[Image: dt2.0v2.png]      Happy Birthday, WDZ
01-30-2006 03:27 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
MySQL game - by Dox on 01-29-2006 at 04:00 PM
RE: MySQL game - by Jhrono on 01-29-2006 at 04:05 PM
RE: MySQL game - by Dox on 01-29-2006 at 04:13 PM
RE: MySQL game - by Stigmata on 01-29-2006 at 04:16 PM
RE: MySQL game - by Ezra on 01-29-2006 at 05:21 PM
RE: MySQL game - by -dt- on 01-30-2006 at 03:27 AM
RE: MySQL game - by Dox on 01-31-2006 at 01:24 AM
RE: MySQL game - by surfichris on 01-31-2006 at 02:57 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On