include "../../left.html";?>
|
 |
 |
|
 |
 |
include "../../dbcon.inc";
$select_sql=mysql_query("select s_history from s_info");
$rs=mysql_fetch_array($select_sql);
$s_history = stripslashes($rs[s_history]);
$s_history = ereg_replace(">",">",$s_history);
$s_history = ereg_replace("<","<",$s_history);
?>
|
|
 |
|
|