Hi guys,
how can I insert the result of this script:
include('template_top.html');
print "<table width=750 border=1 cellspacing=0 cellpadding=0> \n";
print " <tr> \n";
print " <td width=20%> \n";
print " menĂ¹ \n";
print " </td> \n";
print " <td width=80%> \n";
print " <img src=\"prova_$racconto[0].jpg\" border=\"0\"> \n" ;
print " </td> \n";
print " </tr> \n";
print "</table> \n";
print "\n";
print "Realizzato da: <A href=\"mailto:$mail\">" . $nome . "</A> \n";
include('template_bottom.html');
in a file?
thn