@require('_start.php'); $q = "SELECT * FROM CM_About"; $r = mysql_query($q); if($rec = mysql_fetch_object($r)) { $oPage = $rec; } ?>