Yes i used the Database Backup Manager - MySQL in downloads section, I have upgraded to the lastest stable version of PhpAdmin and still I get the same result when I run your
Code:
INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'Federal Tax Exempt Number', 'FED_TAX_ID_NUMBER', '', 'If your tax exempt, then you should have a federal tax ID number. Enter the number here and the tax columns will not appear on the invoice. The number will also be displayed at the top of the invoice.<br /><br /><strong>If you do not have a tax exempt number, leave this field blank.</strong>', @so_gid_new, 50, now(), now(), NULL , NULL);
What I find strange is that everything else works fine except for the TAX. I originally inserted all the sql via PHPadmin.
Any other ideas what I can do to fix it?
Bookmarks