How can I pull multiple rows from a MySQL table and use all of them automatically for the same thing
- by Rob
Basically, I have multiple URL's stored in a MySQL table. I want to pull those URLs from the table and have cURL connect to all of them. Currently I've been storing the URL's in the local script, but I've added a new page that I can add and remove them from the database, and I'd like the page to reflect it appropriately.
Here is what I currently…