O Outer Established Member ★ 20 ★ Impact 2 Feb 10, 2005 1K views 2 replies #1 I need to update multiple rows of data in Mysql using PHP. It is a list of over 300 items and they all have their own specific row and ID how would I go about doing that? Thx
I need to update multiple rows of data in Mysql using PHP. It is a list of over 300 items and they all have their own specific row and ID how would I go about doing that? Thx
A adam_uk Established Member ★ 20 ★ Impact 20 Feb 10, 2005 #2 get me table names and column names and i might be able to help you
CreativeLogic Established Member ★ 20 ★ Impact 3 Feb 10, 2005 #3 They all need to have something common unless you want to update EVERY row in the table. If they have something in common then do WHERE row = 'somethingincommon' and if you just want to update every row then just leave out the where statement.
They all need to have something common unless you want to update EVERY row in the table. If they have something in common then do WHERE row = 'somethingincommon' and if you just want to update every row then just leave out the where statement.