Re: pass variable from vbscript to php

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ashley wrote:
I have a unique problem that may be able to be solved another way, but I don't know how.

What I need to do is pass a variable from a vbscript into php for use.

I am using vbscript to access an activeX control on the computer that grabs the currently logged in user. This works fine, but I cannot determine how I can get that value into php so that I can use it.

If PHP is running on the same computer that the user is logged into, then you can use $_SERVER['REMOTE_USER'] to get the current logged in user.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux