Re: [PHP-INSTALL] Re: Install PHP5 with Windows and PWS

2005-08-11 Thread Ian Bambury
Where is your php.ini file?   Ian

Re: [PHP-INSTALL] Install PHP5 with Windows and PWS

2005-08-10 Thread Ian Bambury
Hi Robin,   I'm no expert, but I'd say that the first thing to do is check your php.ini file (under %system% - probably C:\windows - if it's not there try the php install directory (c:\php in most cases) failing that do a search.   If you don't need mysql ensure that all the "extension=" entries a

[PHP-INSTALL] Abyss - anyone tried it?

2005-08-09 Thread Ian Bambury
Is it any good?

Re: [PHP-INSTALL] variables not working

2005-07-23 Thread Ian Bambury
Hi Eric,   This is normal. It was a much-discussed change and came into effect with 4.2. The default for "register_globals" went from on to off. Set it to on in the ini file if you're not too worried about security.  Ian   BTW your return address is wrong ([EMAIL PROTECTED]) - missing the 's'

Re: [PHP-INSTALL] Can't get $_GET to work

2005-06-29 Thread Ian Bambury
e data there, but $_GET (and $_POST) just don't happen. I'm running out of ideas. Ian - Original Message - From: "Michael W." <[EMAIL PROTECTED]> To: Sent: Wednesday, June 29, 2005 4:29 PM Subject: Re: [PHP-INSTALL] Can't get $_GET to work What

Re: [PHP-INSTALL] Can't get $_GET to work

2005-06-29 Thread Ian Bambury
Thanks for that, unfortunately it hasn't fixed the problem, true though it may be. files now read: name: -- name: Querystring = http://127.0.0.1/b.php?xname=fred ...but still no joy. The "Hello" turns up, though. Thanks, Ian

[PHP-INSTALL] Can't get $_GET to work

2005-06-29 Thread Ian Bambury
Hi Everyone, I'm probably being a bit thick here, but I can't get hold of $_GET or $_POST variables. I've set up 2 files as simply as I can, but no joy. File a.php -- name: --- produces http://127.0.0.1/b.php?name=fred file b.php - Name: - pri