Ciao a tutti,
sarò breve, da profano php mi sto perdendo in un bicchier d'acqua. Ho questo comando:
... come faccio ad anteporre al comando stampato al tag img src= il percorso ./pic/?<?php
$path="./new";
$list=glob("$path/*.html");
foreach ($list as $file) echo "[img].str_replace([/img]
<h1><a href=\"$file\">".str_replace("_"," ",basename($file,".html"))."</a></h1>";
?>
Perdonate l'ingenuità![]()
THANKS!