Hello Peeps
I am getting an error and cannot see why :queasy:
Error = Call to a member function on a non-object
Here is my code im getting errors on.
$db->query_write("INSERT INTO jss_carts(cartID, languageID, currencyID, rID, accTypeID, customerID, country, county, createtime, date ) VALUES ( '$cartID', '1', '1', '$rID', '1', '$tm_id', '222', '0', '$thistime', '$date')");
Any help would be great.
Thanks