ciao non funziona...

nel file php ho scritto:

...
<?php
include ("config.inc.php");
$db=mysql_connect($db_host, $db_user, $db_password);
$sqlinterr="select l from tabella";
$res=mysql_db_query('r_provaprezzi',$sqlinterr);

$num=mysql_num_rows($res);

for ($i=0;$i<$num;$i=$i+1)
{
@$l=mysql_result($res,$i,"l");

$prezzo=$l;}

mysql_close($db);
?>
...


e poi nel form:

...
<input name="l1" type="text" class="field" id="l1" value=$prezzo size="5">
...

solo che mi scrive %prezzo... :master: