if (!$sess_name){ ?> }else{?> if (!$sess_sadmin){ ?> }else{?> include "../../dbcon.inc"; $sql=mysql_query("select * from schedule where idx='$num' and year='$year' and month='$month' and day='$day'"); $rs=mysql_fetch_array($sql); $title=stripslashes($rs[title]); $content=stripslashes($rs[content]); ?>
include "../../left.html";?> |
|