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