Hi ppl,
Im having a bit of a problem with forms.
I have a function in php that genrerates html pages from a db.
The problem is i need to design something that grabs URLs from a database(which i have done sussecsfully with php), and for each of these URLs , post it to the same php file, with the same varibale name.
The problem is there are potentaily thousands of these URLs, and every time i post a form it redirects to the posted page.
I cant figure out a way to post for MyVar = "http://URL1", and then post for MyVar = "http://URL2"............MyVar = "http://URL10000".
apart from submiting from the same form over and over thousands of times.
- note, i am not trying to submit many varibles, but the same variable, just with many values, and i should only goto the next vale after the last one was sent...help
how can i do this, anyone direct me to what i should be looking at?