I have httpd, mysqld and php running fine on my FC2 and FC1 systems.
A test web page that follows always prints ID passed = 0 regardless of the parameter put in the URL, i.e., http://localhost/testpassparam.php?id=2
still results in 0.
Test page: ========== <html>
<body>
<?php
printf("ID passed = %d\n", $id);
?>
</body>
</html>
========
This same test works fine on a Mandrake 10.0 Official installation on this same computer, giving the result of whatever is included in the URL, as well as on a web site I manage on a virtual server provided by an ISP.
Can others verify this? Is it a known bug? I looked in bugzilla and did not find this particular problem.
Thanks.
Gerry Tool