View Single Post
  #1 (permalink)  
Old 11-17-2005, 08:16 PM
roberth31 roberth31 is offline
Junior Member
0 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Nov 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Question Can some one help Please!

Hi, I was reading the "README" on how to install the shop script and it said:

5. Edit the autp.php file and set your mysql access details :

<?
mysql_pconnect("your_database_host_name","your_mys ql_user_name","your_mysql_password");
mysql_select_db("your_mysql_database_name");
?>

So i opend up auth.php in wordpad and it said:

<?
mysql_pconnect("localhost","root","");
mysql_select_db("igenericshop");
?>

What does this mean? Do i have to add This code to it:

<?
mysql_pconnect("your_database_host_name","your_mys ql_user_name","your_mysql_password");
mysql_select_db("your_mysql_database_name");
?>

Any ideas?
Robert
Reply With Quote