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