10-01-2008, 03:24 PM
|
#1 (permalink)
|
|
The Wanderer
Join Date: Sep 2007
Location: Rochester, NY
Posts: 6
Thanks: 1
|
PHP & MySQL Inserting multiple entires from range.
First off let me explain whats going on, I have a site that people use to share and manage picture url's. The biggest complaint I get is that they can only add one picture url at a time and they would like to start doing them in large batches of like 200. I want to use a method where if they submit a URL with a pattern something like:
http://www.userwebsite.com/pictures/Cleveland[1-100].jpg
It will automatically add the 100 different URL's into the MySQL database. How would I do this? I have been looking around but its driving me crazy! Thanks!!!
|
|
|
|