22.07.2010, 03:16
All I want to know what are the differences between:
and this:
Because I already filled out the MySQL parts but what about the php part? Is it the same information?
Код:
/*$config = array( 'Host' => '85.17.177.164', < i guess that's the IP for the website I am hosting this file on 'User' => 'sneaky', <no clue 'Pass' => 'haxors', <no clue 'DB' => 'LSTNE');*/ <no clue $config->Favorite = 'stats.lstne.net'; <and what is this?
Код:
//MySQL Configuration // MySQL Host $config->Host = 'localhost'; < I kinda have a clue but I still need more explanation // MySQL Database Pass $config->User = 'user'; < I kinda have a clue but I still need more explanation // MySQL User $config->Pass = 'pass'; < I kinda have a clue but I still need more explanation // MySQL Database $config->DB = 'db'; < I kinda have a clue but I still need more explanation