CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 change odbc , win to my_sql, unix

Print topic Send  topic

Author Message
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

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.