I need to write a script to be used an automated test to constantly insert rows into a mysql db. Which scripting language is best suited for this?
I'm using php to read the db and create html. Does it makes sense to use PHP for this too? Or would I be better off using ruby, or some other mechanism?