Re: [PHP] This beats me (variable not being passed through pages)

2008-03-24 Thread Jim Lucas
Mário Gamito wrote: 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

[PHP] This beats me (variable not being passed through pages)

2008-03-24 Thread Mário Gamito
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 F