Re[4]: [PHP] [Q] Problems invoking a PHP script - Have no hair left to pull - Please help [:-)

2004-02-11 Thread Richard Davey
Hello Tony, Wednesday, February 11, 2004, 9:16:18 PM, you wrote: TDS> That was the problem. The PHP book I have doesn't mention $_GET or $_POST. TDS> The exercises right from the beginning use register_globals. I didn't TDS> realise they were turned off by default. Whoever wrote that book ought

Re[2]: [PHP] [Q] Problems invoking a PHP script - Have no hair left to pull - Please help [:-)

2004-02-11 Thread Richard Davey
Hello Tony, Wednesday, February 11, 2004, 11:18:49 AM, you wrote: T> I have a similar problem whereby in the receiving PHP program the variable T> $Myname doesn't contain anything (i.e. echo $Myname returns nothing) however T> $_GET['Myname'] returns the correct value. How can this be? Because

Re: [PHP] [Q] Problems invoking a PHP script - Have no hair left to pull - Please help [:-)

2004-02-11 Thread Tony
Hello, I have a similar problem whereby in the receiving PHP program the variable $Myname doesn't contain anything (i.e. echo $Myname returns nothing) however $_GET['Myname'] returns the correct value. How can this be? I attach the two short files. I'd appreciate it if anyone can tell me why th

Re: [PHP] [Q] Problems invoking a PHP script - Have no hair left to pull - Please help [:-)

2004-02-11 Thread Richard Davey
Hello Michael, Wednesday, February 11, 2004, 2:48:00 AM, you wrote: MTP> Again, no are any errors displayed or logged. Any help would be greatly MTP> appreciated. Your code is fine (well, the code you posted anyway) so I'd bet the problem is Apache related regarding the config of PHP on your sy

RE: [PHP] [Q] Problems invoking a PHP script - Have no hair left to pull - Please help [:-)

2004-02-10 Thread Larry Brown
PROTECTED] Subject: [PHP] [Q] Problems invoking a PHP script - Have no hair left to pull - Please help [:-) I have a registration form which collects some data then, when the user clicks the submit button sends the data to a second page (a PHP script). The problem I'm having is getting my we

[PHP] [Q] Problems invoking a PHP script - Have no hair left to pull - Please help [:-)

2004-02-10 Thread Michael T. Peterson
I have a registration form which collects some data then, when the user clicks the submit button sends the data to a second page (a PHP script). The problem I'm having is getting my webserver (apache) to invoke the PHP scrip to process the data. What's so baffling about this is that I've already wr