+ 1
PLEASE HELP
I need to add attributes to an existing database from a webpage ..for example say in the database we have 10 names I need to manually categorize the data as men and women but I don't want to type i need two buttons (men& women)when I select the button the data should be updated in the database and the next name should come simultaneously. please please help..
1 Antwort
+ 2
Will You must Use Update in SQL database.
For categorize use where='man' or where='Women'.