I understand this has been asked before but perhaps not in the context I am using.
Our dialling system has a method of inputting form based leads into their dialler. You have to visit a certain website, for example:
http://www.website.com/non_agent_api?source=webform&telephone_number=0123456789&name=Bloggs
I am currently using
file_get_contents('http://www.website.com/non_agent_api?source=webform&
telephone_number=0123456789&name=Bloggs')
But it appears to be quite hit and miss Id say about only 70% of the leads get added correctly.
Does anyone know of an alternative?