I am working on a PHP script (or set of scripts) to submit multiple forms to a remote webserver.
Basically, it's a paging application I'm working on..And while I have a "single" page system up and working, I'd like to be able to submit "groups" of pages, instead of just singles.
So basically
User selects a group to page, types in message and clicks "Send"..Then PHP takes over and cycles through the list of people (in a pop up??) and submits a form request to page that person to the webserver that handles paging..
I don't have access locally to the webserver (nor do I have access to control it)..
I need to find out where to start..I'm a real n00b.. 🙂 But I can follow directions.