Hello!
Can you help me please? I've modifid the fist step but now i can't change the next code in phpmyAdmin. I put the type (ENUM) and the value 'pending' in the field ´name´ | and put the type (ENUM) and the value 0 in the field ´total´ and the message error is:
#1062 - Duplicate entry '' for key 1
Please i need to undertans this step.
Regards,
Carlos
Then modify the “table_totals” to add a name and total for “pending” Code:
insert into table_totals (`name`, `total`) values ('pending', 0);