Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24

Thread: Quick Php Help

  1. #21
    asmithz's Avatar Hi-Definition
    Join Date
    Jun 2003
    Posts
    8,642
    Originally posted by DL.@19 October 2003 - 20:59
    You need to have thisEDITED FOR SPACE
    But is it not included in the download files?
    Thats stupid if they didnt add what you need, but its just a guide line for waht you need to edit.

  2. Software & Hardware   -   #22
    yea... try dling the script its on that site


    all they tell u is edit the config file...

  3. Software & Hardware   -   #23
    This is from my guestbook

    <?php

    /* database settings */

    &#036;GB_DB["dbName"] = "toon-net_agbook3";
    &#036;GB_DB["host"]&nbsp; = "localhost";
    &#036;GB_DB["user"]&nbsp; = "toon-net_agbook3";
    &#036;GB_DB["pass"]&nbsp; = "edited but it was a bunch of numbers and letteres";
    this wasnt a download and install... it was like those built in things... you can make guestbooks and forums... just like geocities free guestbook type of thing

  4. Software & Hardware   -   #24
    From what I know, you obviously require three things here which you have to edit and put it in the config.inc.php file.

    You need is:

    Your database Name:
    (create a new database and put the name here)

    host:

    (If you are on a server that provides mysql then your host is localhost. You have to find out going into FAQ or contacting them. If they are doing it externally then you have to give the address of the mysql host here.)

    username:
    (your username for mysql access. Usually it might be different from your normal login to the site)

    password:
    (password to sql server)

    Where is your site hosted? You should find out those things before you proceed.
    <span style='color:black'> I am a part of all that I have met - Lord Tennyson</span>
    <span style='color:blue'>Try not to let your mind wander...it is too small and fragile to be out by itself</span>

Page 3 of 3 FirstFirst 123

Bookmarks

Posting Permissions

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