eval()



Hi!

How is the right way to use this function?

$p2ring3 =mysql_query("SELECT * FROM info where id_link='$id'");
while($rida125 = mysql_fetch_array($p2ring3))
{echo "
<table border=1 width=100%>
<tr>
<td>";
eval(" ".$rida125["info"]."");
echo"
</td>
</tr>
</table>

Tx


.