Re: I have a mysql connect file that i nead to edit to include my mysql db info can anyone tell me where i should put my stuff in inside this email is the script

  • From: "alex" <laptop456@xxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Sun, 16 Sep 2007 08:53:27 -0400

I got it now. Thanks Gym
  ----- Original Message ----- 
  From: Littlefield, Tyler 
  To: programmingblind@xxxxxxxxxxxxx 
  Sent: Saturday, September 15, 2007 11:25 PM
  Subject: Re: I have a mysql connect file that i nead to edit to include my 
mysql db info can anyone tell me where i should put my stuff in inside this 
email is the script


  it's sorta self explanitory... you've gotta put in your user and pass. BTW... 
can you start shortening your subjects? it's painfull to read.
  Thanks,
  Tyler Littlefield.
  Vertigo head coder
  "My programs don't have bugs, just randomly added features."
  msn: compgeek134@xxxxxxxxxxx
  email: compgeek13@xxxxxxxxx
  aim: st8amnd2005
  skype: st8amnd127
    ----- Original Message ----- 
    From: alex 
    To: programmingblind@xxxxxxxxxxxxx 
    Sent: Saturday, September 15, 2007 9:21 PM
    Subject: I have a mysql connect file that i nead to edit to include my 
mysql db info can anyone tell me where i should put my stuff in inside this 
email is the script


    <?php // config.php :: Low-level app/database variables.

    $dbsettings = Array(

    "server" => "localhost", // MySQL server name. (Default: localhost)

    "user" => "", // MySQL username.

    "pass" => "", // MySQL password.

    "name" => "", // MySQL database name.

    "prefix" => "dk", // Prefix for table names. (Default: dk)

    "secretword" => ""); // Secret word used when hashing information for 
cookies.

    ?>

Other related posts: