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

PHP problem
Author: Message:
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
Joined: Jan 2003
RE: PHP problem
quote:
Originally posted by jren207
If you do have MySQL installed, open ur script and find a part near the top of it which has stuff like:

$user="root"; //username
$db="yourdatabase"; //database
$host="localhost"; //
$pass="yourpassword"; //password

This tells the script the info to connect to your database.

And also make sure the service is running in the services list.
WTF? If it's your script and you're not used to PHP yet, you don't declare such variables separately, you just do mysql_connect("loicalhost", "username", ...

Instead, you should download phpMyAdmin, That will make life easier when it comes to manage you DBs ;)
06-04-2004 01:19 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
PHP problem - by Snake on 06-01-2004 at 10:04 PM
RE: PHP problem - by KeyStorm on 06-01-2004 at 10:10 PM
RE: PHP problem - by Snake on 06-01-2004 at 10:42 PM
RE: PHP problem - by Chris.1 on 06-02-2004 at 11:56 AM
RE: PHP problem - by ^Snog on 06-02-2004 at 12:47 PM
RE: PHP problem - by KeyStorm on 06-02-2004 at 01:02 PM
RE: PHP problem - by jren207 on 06-04-2004 at 01:15 PM
RE: PHP problem - by KeyStorm on 06-04-2004 at 01:19 PM
RE: PHP problem - by Stigmata on 06-04-2004 at 01:23 PM
RE: PHP problem - by jren207 on 06-04-2004 at 01:27 PM
RE: PHP problem - by KeyStorm on 06-04-2004 at 01:37 PM
RE: PHP problem - by Snake on 06-05-2004 at 11:00 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