Re: [PHP-INST] "GET" method can not get variables

2003-03-04 Thread Nick Gianakas
Read the section titled, "HTTP functions" in the documentation. Regards, Nick On Tue, 2003-03-04 at 08:42, E.E. Jan wrote: > Could anybody give me a pointer for my problem? > I just installed php 4.3.1 on my w2k platform > I also installed Apache 2.0.43. > I can get "hello world" and "phpinfo()"

Re: [PHP-INST] "GET" method can not get variables

2003-03-04 Thread Ryan Williams
$GET_['var_name'] will work. -- Ryan Williams On Tue, 4 Mar 2003, E.E. Jan wrote: > Could anybody give me a pointer for my problem? > I just installed php 4.3.1 on my w2k platform > I also installed Apache 2.0.43. > I can get "hello world" and "phpinfo()" working. > However, when I try a sim

[PHP-INST] "GET" method can not get variables

2003-03-04 Thread E.E. Jan
Could anybody give me a pointer for my problem? I just installed php 4.3.1 on my w2k platform I also installed Apache 2.0.43. I can get "hello world" and "phpinfo()" working. However, when I try a simple form like this following: test Name: Email: and my foo.php is

[PHP-INST] "GET" method can not get variables

2003-03-04 Thread E.E. Jan
Could anybody give me a pointer for my problem? I just installed php 4.3.1 on my w2k platform I also installed Apache 2.0.43. I can get "hello world" and "phpinfo()" working. However, when I try a simple form like this following: test Name: Email: and my foo.php is