PHP is certainly not my strong language, so I’m humbly asking for some expertise:
I need to write a script in which a list of phone numbers are copied and pasted into the page and when submitted a line of code is generated and submitted where a # from the list replaces the variable spot with 1 at a time until it runs through the list.
For example if I load a list like:
8134567890
8138904567
8137659843
And click Submit the program simply executes an HTTP request with an exact line like:
https://www.example.com/--#onList--
So it would literally produce 3 individual commands:
https://www.example.com/8134567890
https://www.example.com/8138904567
https://www.example.com/8137659843
This would go on no matter how many numbers I put in, up to an acceptable amount of course.
This would be similar she died of like an asterisk dialer which loads a list and has a script to run which is static, but replaces only the number to dial in the line of code. It is not using it to dial with a phone but simply sending an http line out because that is what the service we are currently using which is Third Rock Telecom has to send these texts
If lynx or documentation is needed further please reach out and thank you for all the help in advance
Sincerely,
sharbison.hrm