search.php

<?
$go="find . -name '*.htm*' -exec grep -l $search {} \;";
#echo $go;
$go=exec("$go");
#$go=exec("ls -alF");
echo "<a href=$go>$go</a>";
exit;
?>
 
info/search.txt · Dernière modification: 2008/11/11 11:37 (modification externe)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki