Script Category : PHP
Script Sub Category : Miscellaneous
Have you ever had to update 100's or even 1000's of records within a database with the same information? An example would be having to add a url to a specific column to any records that matched a particular category. If you have, then you know how mind-numbing this can be, not mention how long it takes. You can knock up a quick script to do the multiple updates for you, but then you have to change this each time you want to make a different update. Well, this form does that all for you! Just specify your MySQL details, the database & table name, and what you want to update (dependant on rules) and all records are done! You can use this again and again to save yourself time.
|