Where is your php.ini file?
Ian
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
Is it any good?
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'
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
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
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