Pogledajte određenu poruku
Staro 24. 07. 2012.   #4
webarto
expert
Grand Master
 
Avatar webarto
 
Datum učlanjenja: 11.04.2010
Poruke: 998
Hvala: 141
959 "Hvala" u 153 poruka
webarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished road
Default

^
Kôd:
root@debian:/var/www/htdocs# grep -ir 'managewp' .
./index.php:    <title>ManageWP</title>
./index.php:<h1>ManageWP</h1>
glupost je to raditi sa PHP... ali ako baš moraš, može...

PHP kôd:
$needle '';

$glob glob('*.*');
foreach(
$glob as $file)
{
    
$data file_get_contents($file);
    if (
stripos($data$needle))
    {
        echo 
$file PHP_EOL;
    }

__________________
Github // LinkedIn // PHP // ZCE // Stackoverflow PHP // Site5 Web Hosting

Poslednja izmena od webarto : 24. 07. 2012. u 14:18.
webarto je offline   Odgovorite uz citat