Muze Posted September 19, 2002 Share Posted September 19, 2002 After creating a mySQL db on my server, I get a list of connection strings. There's one for PHP and for Perl also. Something like this: Connection Strings Perl $dbh = DBI->connect("DBI:mysql:etc etc etc Do I have to put this information in one of the OSC php scripts or something? Link to comment Share on other sites More sharing options...
Harald Ponce de Leon Posted September 19, 2002 Share Posted September 19, 2002 After creating a mySQL db on my server, I get a list of connection strings. There's one for PHP and for Perl also. Something like this: Connection Strings Perl $dbh = DBI->connect("DBI:mysql:etc etc etc Do I have to put this information in one of the OSC php scripts or something? Its all taken care of automatically. The connection is made in includes/application_top.php, which calls wrapper functions for mysql located in includes/functions/database.php. Documentation for PHP MySQL functions can be found here , osCommerce Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.