View Single Post
  #31 (permalink)  
Old 06-16-2008, 11:48 AM
hotelsmadbar hotelsmadbar is offline
New Pligger
 
Join Date: May 2008
Posts: 2
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); 
Reply With Quote