include("include/connection.inc"); $strSql="select * from manage where id=5"; $reNews=mysql_query($strSql); if($rsNews=mysql_fetch_array($reNews)){ $strContent=$rsNews["content"]; } ?>