Listing du fichier f_dscbaz.php
00001 <?php echo "<?xml version='1.0' encoding='ISO-8859-1' ?>\n" ; ?>
00002 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
00003 <html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr">
00004 <head>
00005 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
00006 <link rel="stylesheet" type="text/css" href="../std.css" title="standard (gH)" />
00007 <title>
00008 Exemple d'interrogation d'une table en php
00009 </title>
00010 </head>
00011 <body background="beige.jpg">
00012 <p> </p>
00013 <h1>
00014 Exemple d'interrogation d'une table en php
00015 </h1>
00016 <p>
00017
00018 </p>
00019 <blockquote>
00020 <!--- ================ -->
00021
00022 <p> </p>
00023 <form action="listebases.php" method="post" target="blank">
00024 1. Cliquez <input type="submit" value=" ici " /> pour voir la liste des bases disponibles.
00025 </form>
00026
00027 <p> </p>
00028 <form action="listetables.php" method="post" target="blank">
00029 2. Choisissez la base <input type="text" name="nombase" value="test" /> et
00030 cliquez <input type="submit" value=" là " /> pour voir la liste de ses tables.
00031 </form>
00032
00033 <p> </p>
00034 <form action="dscbaz.php" method="post" target="blank">
00035 3. Compléter le formulaire suivant
00036 <blockquote>
00037 <table>
00038 <tr>
00039 <td>Quel est le nom de la base ? </td>
00040 <td><input type="text" name="nombase" value="test" /></td>
00041 </tr>
00042 <tr>
00043 <td>Quel est le nom de la table ? </td>
00044 <td><input type="text" name="nomtable" value="elf" /></td>
00045 </tr>
00046 <tr>
00047 <td>Combien d'enregistrements voulez-vous voir ? </td>
00048 <td><input type="text" name="nbenr" value="10" /></td>
00049 </tr>
00050 <tr>
00051 <td>A partir de quel enregistrement voulez-vous commencer ? </td>
00052 <td><input type="text" name="numdeb" value="5" /></td>
00053 </tr>
00054 <tr>
00055 <td></td>
00056 <td><input type="submit" value=" go ! " /></td>
00057 </tr>
00058 </table>
00059 </blockquote>
00060 </form>
00061
00062
00063 <!--- ================ -->
00064
00065 <p> </p>
00066 <a href="http://www.info.univ-angers.fr/pub/gh/">
00067 <img src="return.gif" alt="retour gH" /></a>
00068 Retour à la page principale de
00069 <font color="#008800">(gH)</font>
00070 <p> </p>
00071 <p> </p>
00072
00073 </blockquote>
00074 </body>
00075 </html>
La coloration syntaxique est réalisée par un enrobage de la function php nommée highlight_file
mais si vous préférez, vous pouvez utiliser celle de SyntaxHighlighter ou même celle de geshi.
Pour ne pas voir les numéros de ligne, ajoutez &nl=non à la suite du nom du fichier.
Retour à la page principale de (gH)