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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux