<?php
echo $_POST['testo'];
?>
<form action="test.php" method="post">
<input type="text" name="testo" />
<input type="submit" value="Envoyer" />
</form>
The new php.ini files parser/scanner + CGI/FastCGI? "htaccess" style ini file support
Hello,
I tried to add the apache server status to the httpd.conf but it dont work.
Where can I add the following code to chec the server status?
ExtendedStatus On
<Location /server-status>
SetHandler server-status
</Location>
(in apache 1.3 i will add this above port 80, but i dont know where to add this in pache 2.2.6)