FC2, FC1 httpd/php not processing in-line parameter

Gerry Tool gstool at earthlink.net
Wed Jun 23 01:53:03 UTC 2004


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





More information about the fedora-list mailing list