Ashley <mailto:afogleman@xxxxxxxxxxx> on Friday, April 01, 2005 2:32 PM said: > I have a unique problem that may be able to be solved another way, > but I don't know how. Another way? What's the first way? :| > 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. [snip /] > This may not be the best way to go about this, but it is the only > thing that I have been able to find so I am open to suggestions. I must be missing something. Where is the first way? In any case, here is "another way": You need to pass the variable through the querystring: http://intranet/page.php?yourvariable=yourvalue HTH, Chris. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php