Re: Apache + php: url arguments empty

2006-06-12 Thread Nyizsnyik Ferenc
On Sun, 2006-06-11 at 23:22 +0200, Lothar Braun wrote: > Hi, > > On Sunday 11 June 2006 22:40, Johan de Jong wrote: > > The document root contains an index.php: > > > > > printf("mytag has value: %s\n", $mytag); > > ?> > > > > My problem is that when I load the page using: > > > > http://

Re: Apache + php: url arguments empty

2006-06-12 Thread Johan de Jong
Ah, I wouldn't have guessed. I don't question the wisdom of the debian maintainers in this one and I'm sure I will get it up and running this evening. Thanks a lot for your replies! -Johan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL P

Re: Apache + php: url arguments empty

2006-06-11 Thread Steve Kemp
On Sun, Jun 11, 2006 at 10:40:22PM +0200, Johan de Jong wrote: > The document root contains an index.php: > > printf("mytag has value: %s\n", $mytag); > ?> > > My problem is that when I load the page using: > > http://localhost/?mytag=a > > the value of mytag is empty. I stumbled on th

Re: Apache + php: url arguments empty

2006-06-11 Thread Lothar Braun
Hi, On Sunday 11 June 2006 22:40, Johan de Jong wrote: > The document root contains an index.php: > > printf("mytag has value: %s\n", $mytag); > ?> > > My problem is that when I load the page using: > > http://localhost/?mytag=a > > the value of mytag is empty. I stumbled on this problem