There have been many post on supplying variables to php and I think I understand the concept.
My script is simply a form that supplies data to Mysql.
It always works well at my pc, and only sometimes works at my clients computer.
It drives me mad.
I tried import_request_variables(),
I tried to GET and to PUT
I tried $_GET['name']
I have the program send me an email with the variables
From the emails I can see that often the external variables are empty.
My client uses IExplorer as do I, same make.
What else can I try???
My script is simply a form that supplies data to Mysql.
It always works well at my pc, and only sometimes works at my clients computer.
It drives me mad.
I tried import_request_variables(),
I tried to GET and to PUT
I tried $_GET['name']
I have the program send me an email with the variables
From the emails I can see that often the external variables are empty.
My client uses IExplorer as do I, same make.
What else can I try???