[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/phpgwapi/js/tinymce/examples/zh_cn/ -> dump.php (source)

   1  <html>
   2  <head>
   3  <title>ÏÔʾTinyMCEµÄÊä³ö</title>
   4  <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
   5  </head>
   6  <body>
   7  
   8  <h2>post¹ýÀ´µÄHTMLÊä³ö</h2>
   9  
  10  <table border="1" width="100%">
  11      <tr bgcolor="#CCCCCC"><td width="1%" nowrap="nowrap"><strong>±íµ¥×é¼þ</strong></td><td><strong>HTMLÊä³ö</strong></td></tr>
  12      <? foreach ($_POST as $name => $value) { ?>
  13          <tr><td width="1%" nowrap="nowrap"><?=$name?></td><td><?=stripslashes($value)?></td></tr>
  14      <? } ?>
  15  </table>
  16  
  17  <h2>post¹ýÀ´µÄÔ´Îļþ</h2>
  18  
  19  <table border="1" width="100%">
  20      <tr bgcolor="#CCCCCC"><td width="1%" nowrap="nowrap"><strong>±íµ¥×é¼þ</td><td><strong>SourceÊä³ö</strong></td></tr>
  21      <? foreach ($_POST as $name => $value) { ?>
  22          <tr><td width="1%" nowrap="nowrap"><?=$name?></td><td><?=htmlentities(stripslashes($value))?></td></tr>
  23      <? } ?>
  24  </table>
  25  
  26  </body>
  27  </html>
  28  


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7