Hi all,
I am trying to use PostString to return info from a php script.
If I use the browser it works, this is the link http://scanplate.dyndns.org/cgi-bin/readplate.php?plate=car2.jpg
In my code it does not.
Dim job2 As HttpJob
job2.Initialize("Job2", Me)
job2.PostString("http://scanplate.dyndns.org/cgi-bin/readplate.php", "plate=car2.jpg")
anyone know what I am doing wrong?
Thanks
I am trying to use PostString to return info from a php script.
If I use the browser it works, this is the link http://scanplate.dyndns.org/cgi-bin/readplate.php?plate=car2.jpg
In my code it does not.
Dim job2 As HttpJob
job2.Initialize("Job2", Me)
job2.PostString("http://scanplate.dyndns.org/cgi-bin/readplate.php", "plate=car2.jpg")
anyone know what I am doing wrong?
Thanks