This beats me (variable not being passed through pages)

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

 



Hi,

I have a ASP.NET / C# page calling a webmail Linux server:

 WebRequest request =
WebRequest.Create("http://192.168.1.4/horde/imp/index.php?username=gamito";);
 (etc...)

 It seems to work as in my Linux Apache logs, i get:
 (...) "GET /horde/imp/index.php?username=gamito HTTP/1.1" 200 223

 File index.php is:

 <?php
 $username_from_iis = $_REQUEST['username'];
 print('Hello ' . $username_from_iis);
 ?>

But index.php only shows "Hello" and not "Hello gamito" as I'd expect.

Any ideias ?

Any help would be appreciated.

Warm Regards,
Mário Gamito

-- 
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