[PHP]<?php
include("../config.php");
$result = mysql_query("SELECT * FROM comments");
while($r=mysql_fetch_array($result))
{
$id =$r["id"];
$text =$r["text"];
echo "
<p>$text</p> //daroone fielde text ye code html hast ke agar html bod neshon nade
";
}
?>[/PHP]
حالا این تابع ها رو کجاش وارد کنم؟؟ ( این کد من هستش ) :13: