Results 1 to 3 of 3

Thread: Need help

  1. #1
    Join Date
    Nov 2005
    Posts
    7,708
    Tokens
    3,967
    Habbo
    Kasabian

    Latest Awards:

    Default Need help

    PHP Code:
    <?php
    //MySQL Hostname
    $hostname 'CHANGEME';

    //MySQL Database Username
    $sqlname 'CHANGEME';

    //MySQL Database Password
    $sqlpass 'CHANGEME';

    //MySQL Database Name
    $mysqldb 'CHANGEME';

    $connection mysql_connect($hostname$sqlname$sqlpass) or die("Couldn't select database.");
    $db mysql_select_db($mysqldb$connection) or die("Couldn't select database.");

    ?>
    How do I found out that?

    It's for a friend.

  2. #2
    Join Date
    Aug 2006
    Location
    Northamptonshire
    Posts
    250
    Tokens
    0

    Default

    Well you need to make the Database first ;S

  3. #3
    Join Date
    Jun 2006
    Location
    London!
    Posts
    616
    Tokens
    0

    Default

    Pm me with yours/his email and ill talk to you on msn,
    ill run you through step by step of setting up a database ect..
    But make sure you have some sort of control/admin panel and
    can make MYsql databases.















    :

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •