mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 14:03:19 +01:00
29 lines
836 B
PHP
29 lines
836 B
PHP
|
<html>
|
|||
|
<head>
|
|||
|
<title><EFBFBD><EFBFBD>ʾTinyMCE<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></title>
|
|||
|
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
|
|||
|
<h2>post<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>HTML<EFBFBD><EFBFBD><EFBFBD><EFBFBD></h2>
|
|||
|
|
|||
|
<table border="1" width="100%">
|
|||
|
<tr bgcolor="#CCCCCC"><td width="1%" nowrap="nowrap"><strong><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></strong></td><td><strong>HTML<EFBFBD><EFBFBD><EFBFBD><EFBFBD></strong></td></tr>
|
|||
|
<? foreach ($_POST as $name => $value) { ?>
|
|||
|
<tr><td width="1%" nowrap="nowrap"><?=$name?></td><td><?=stripslashes($value)?></td></tr>
|
|||
|
<? } ?>
|
|||
|
</table>
|
|||
|
|
|||
|
<h2>post<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դ<EFBFBD>ļ<EFBFBD></h2>
|
|||
|
|
|||
|
<table border="1" width="100%">
|
|||
|
<tr bgcolor="#CCCCCC"><td width="1%" nowrap="nowrap"><strong><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></td><td><strong>Source<EFBFBD><EFBFBD><EFBFBD><EFBFBD></strong></td></tr>
|
|||
|
<? foreach ($_POST as $name => $value) { ?>
|
|||
|
<tr><td width="1%" nowrap="nowrap"><?=$name?></td><td><?=htmlentities(stripslashes($value))?></td></tr>
|
|||
|
<? } ?>
|
|||
|
</table>
|
|||
|
|
|||
|
</body>
|
|||
|
</html>
|
|||
|
|