"Domus Amabile"
Affittacamere - Bed and Breakfast
Via G. Lombardi
84020 Roscigno (Salerno) - Italia
partita iva 04386460655
info line + 39 329 / 80 48 126
www.domusamabile.it
info@domusamabile.it
|
 |
#echo $www;exit;
$lines = file($www);
// Loop through our array, show HTML source as HTML source; and line numbers too.
$view= 0;
foreach ($lines as $line_num => $line)
{
if( stristr($line, '')) $view= 0;
#if( $view) echo "Line #{$line_num} : " . htmlspecialchars($line) . " \n";
if( $view) echo $line;
if( stristr($line, '
|