
erik
|
| Posted: 06/02/2002, 10:14 PM |
|
i downloaded the bookstore_php4t pre built application.
(http://www.gotocode.com/apps.asp?app_id=3)
I uploaded all the files to the my web host which only supports my_sql and unix.
The pre built app is set up for odbc and win.
Can anyone tell me what files I have to change and what code exaclty for the my_sql and unix.
Thanks.
|
|
|
 |
Nicole
|
| Posted: 06/03/2002, 6:33 AM |
|
Erik,
please refer to enclosed ReadmePHP.txt file, especially "Installation" part paragraph #2.
Briefly, in common.php you should set up db settings like:
define("DATABASE_NAME","cce_classifieds");
define("DATABASE_USER","cce");
define("DATABASE_PASSWORD","code");
define("DATABASE_HOST","localhost");
and upload db_mysql.inc to server to the same folder as .php and .html files.
|
|
|
 |
erik
|
| Posted: 06/03/2002, 2:34 PM |
|
it works, thank you.
now all i have to do is change the outdated look and feel with a dyamic up to date site.
erik
|
|
|
 |
|

|