[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <html> 2 <head> 3 <title>Displays the output of a TinyMCE</title> 4 </head> 5 <body> 6 7 <h2>HTML output from post</h2> 8 9 <table border="1" width="100%"> 10 <tr bgcolor="#CCCCCC"><td width="1%" nowrap="nowrap"><strong>Form element</strong></td><td><strong>HTML output</strong></td></tr> 11 <? foreach ($_POST as $name => $value) { ?> 12 <tr><td width="1%" nowrap="nowrap"><?=$name?></td><td><?=stripslashes($value)?></td></tr> 13 <? } ?> 14 </table> 15 16 <h2>Source output from post</h2> 17 18 <table border="1" width="100%"> 19 <tr bgcolor="#CCCCCC"><td width="1%" nowrap="nowrap"><strong>Form element</td><td><strong>Source output</strong></td></tr> 20 <? foreach ($_POST as $name => $value) { ?> 21 <tr><td width="1%" nowrap="nowrap"><?=$name?></td><td><?=htmlentities(stripslashes($value))?></td></tr> 22 <? } ?> 23 </table> 24 25 </body> 26 </html> 27
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |