clemptor Posted February 7, 2008 Posted February 7, 2008 I am having trouble with this bit of code, in the create account page tep_db_query("insert into " . TABLE_CUSTOMERS_INFO . " (customers_info_id, customers_info_number_of_logons, customers_info_date_account_created) values ('" . (int)$customer_id . "', '1', now())"); All other account info is updating correctly, but the customers_info_number_of_logons is not updating to "1", as I have specified in the preceding code. This is in regards to the database update upon successful creation of a customer account. Has anyone else had this problem? thanks in advance...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.