Hi,
I'm opening a web page using:
Set objHTTP = CreateObject("Microsoft.XMLHTTP")
objHTTP.Open "GET", "http:xxxx", bolGetAsAsync
objHTTP.send
What I want to be able to do is set a $_SERVER var, before I call the page, so that the page (PHP) can check it.
I want my php script on the web page to be able to check a var like $HTTP_SERVER_VARS["HTTP_MY_VAR"]
Any ideas how it set that before I call the open page, in VB?
Thanks.
Rob.
ProIV Resource Centre
I'm opening a web page using:
Set objHTTP = CreateObject("Microsoft.XMLHTTP")
objHTTP.Open "GET", "http:xxxx", bolGetAsAsync
objHTTP.send
What I want to be able to do is set a $_SERVER var, before I call the page, so that the page (PHP) can check it.
I want my php script on the web page to be able to check a var like $HTTP_SERVER_VARS["HTTP_MY_VAR"]
Any ideas how it set that before I call the open page, in VB?
Thanks.
Rob.
ProIV Resource Centre