receive the following errors upon trying to register/create new account:
Warning: mysql_insert_id(): supplied argument is not a valid MySQL-Link resource in /home/pppcom/public_html/automotive/includes/functions/database.php on line 114
Warning: Cannot modify header information - headers already sent by (output started at /home/pppcom/public_html/automotive/includes/functions/database.php:114) in /home/pppcom/public_html/automotive/includes/functions/general.php on line 34
Below is copy & paste of codes:
database.php file
}
function tep_db_insert_id($link = 'db_link') {
global $$link;
return mysql_insert_id($$link);
}
general.php file
}
header('Location: ' . $url);
tep_exit();
}
So far, everything else seems to be working ok..
Any help will be appreciated, thanx





LinkBack URL
About LinkBacks






Bookmarks