[PHP-DB] UPDATE lot of registers

2009-10-19 Thread Emiliano Boragina
Hello everyone… I dont know how to update a lot of registers on one table. I have two tables: Students and Signatures STUDENTS has got: id / name / signature SIGNATURES has got: id / name / classroom I want to use words and not numbers to write the signature on the STUDENTS table.

Re: [PHP-DB] UPDATE lot of registers

2009-10-19 Thread Chris
Emiliano Boragina wrote: Hello everyone… I dont know how to update a lot of registers on one table. I have two tables: Students and Signatures STUDENTS has got: id / name / signature SIGNATURES has got: id / name / classroom I want to use words and not numbers to write the si

Re: [PHP-DB] UPDATE lot of registers

2009-10-19 Thread Chris
[ please always send to the mailing list ] Emiliano Boragina wrote: Hi Chris, thanks for your ask... This doubt was beacause I have two tables... one with categories (category id and category name), and the other with products (product id, product name, category id which the prod belong). The cl