Forum Moderators: coopster
Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/user/public_html/www/catalog/includes/functions/database.php on line 13
And here is database.php to line 13. I blocked out passwords, etc but didn't delete anything else.
<?php
/*
$Id: database.php,v 1.21 2003/06/09 21:21:59 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
[oscommerce.com...]
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/
function tep_db_connect($server = localhost, $username = #*$!#*$!, $password = #*$!#*$!x, $database = #*$!#*$!, $link = 'db_link') {
global $$link;