1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
| <li>Programme principal (requete.html) : <br>
<table bgcolor="#aeaeae"><tr><td><?php
echo htmlentities('<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">');?><br><?php
echo htmlentities('<html>');?><br><?php
echo htmlentities('<head>');?><br><?php
echo htmlentities( ' <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">');?><br><?php
echo htmlentities('<title>annonce</title>');?><br><?php
echo htmlentities('</head>');?><br><?php
echo htmlentities('<body>');?><br><?php
echo htmlentities('<form action="traitrequete.php" method="post">');?><br><?php
echo htmlentities(' <table>');?><br><?php
echo htmlentities('<tbody>');?><br><?php
echo htmlentities('<tr>');?><br><?php
echo htmlentities('<td colspan="2">Texte de la requête</td>');?><br><?php
echo htmlentities('</tr>');?><br><?php
echo htmlentities('<tr>');?><br><?php
echo htmlentities('<td colspan="2"> <textarea name="requete"rows="4" cols="55"></textarea></td>');?><br><?php
echo htmlentities('</tr>');?><br><?php
echo htmlentities('</tbody>');?><br><?php
echo htmlentities('</table>');?><br><?php
echo htmlentities('<br>');?><br><?php
echo htmlentities('<br>');?><br><?php
echo htmlentities('<center><input name="submit" value="Exécuter" type="submit"></center>');?><br><?php
echo htmlentities('</form>');?><br><?php
echo htmlentities('</body>');?><br><?php
echo htmlentities('</html>');?>
</td></tr></table><br>
etc |