I have a php script that collects some values from a database and POST them to a dll. The dll then returns the control to the same script and pass all the parameters back via GET.
So if there are 100 records. My script get 1st record and pass it to the dll. I also pass the URL of the script to the dll. WHen the dll is done it calls that script URL. The script then fetches 2nd record and so on....
It works fine when I run this script in ie...but when i make it a cronjob and run it via LYNX then it does not run.
Does LYNX handle GET differently.
Thanks