Apache 2 + PHP + PHP accelerator
I have above mentioned setup on a server and while it will run my other scripts it won't pass a variable through the URL, very basic, such ashttp://www.mydomain.com/?a=12345
then in that page I have
<?= "$a\n" ?>
worked on my old server with apache 1.3
tried
<?php echo $a; ?>
now, still doesn't work. No error either, it just doesn't put the value of $a into the page.
Gives no error but just leaves the place blank where it should put the content of the variable
Apache 1.3 + PHP 4.2 +PHP-A lets me pass variables in URLs
Apache 1.3 + PHP 4.2 +PHP-A works with my other (very basic) scripts as well
Apache 2.0 + PHP 4.2 +PHP-A works with my scripts
- but -
Apache 2.0 + PHP 4.2 +PHP-A IGNORES variables in URLs
(at least in my case)
I even tried turning off php-a. but it still doesn't work
Well I guess this is not enough information for someone to help me, however I can say I won't touch early revisions of anything (Apache 2.0) again