Jump to content

Multiple form actions/header("Location:") but server side...


bradickson

Recommended Posts

Hi,

 

Basically, I need to accomplish multiple visits to a URL each time with different POST/GET data (preferably POST) from a server side script.

 

Like submitting multiple Html forms without needing to press the button on each of them.

 

Or like using header("Location: ".$someUrl . $args) but serveral at once and with $args changing each time.

 

(It's for sending bulk sms messages through an online provider.)

 

Basically at this stage I've got an array of messages to be sent, and need to set the script up as a cron job.

 

Thanks for any assistance you can offer.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.