è possibile.
Devi fare uno script (che puoi chiamare img.php) che contenga questo codice:Poi nella pagina in cui vuoi far visualizzare l'immagine faiCodice PHP:$query1 = "select datibinari,nome, type from arcfo where id=".$_GET['idf']."limit 1";
$select = @mysql_query($query1) or die("Query fallita !");
$result = @mysql_fetch_array($select);
$data = $result["datibinari"];
$type = $result["type"];
Header("Content-type: $type");
echo $data;
codice:[supersaibal]<tr> <td>Foto</td> <td colspan='4'> [img]img.php?idf=3[/img] <input name='fotonew' type='hidden' value='si'> </td> </tr>[/supersaibal]


Rispondi quotando