Listing du fichier f_dscbaz.php avec syntaxhighlighter
<?php echo "<?xml version='1.0' encoding='ISO-8859-1' ?>\n" ; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" type="text/css" href="../std.css" title="standard (gH)" /> <title> Exemple d'interrogation d'une table en php </title> </head> <body background="beige.jpg"> <p> </p> <h1> Exemple d'interrogation d'une table en php </h1> <p> </p> <blockquote> <!--- ================ --> <p> </p> <form action="listebases.php" method="post" target="blank"> 1. Cliquez <input type="submit" value=" ici " /> pour voir la liste des bases disponibles. </form> <p> </p> <form action="listetables.php" method="post" target="blank"> 2. Choisissez la base <input type="text" name="nombase" value="test" /> et cliquez <input type="submit" value=" là " /> pour voir la liste de ses tables. </form> <p> </p> <form action="dscbaz.php" method="post" target="blank"> 3. Compléter le formulaire suivant <blockquote> <table> <tr> <td>Quel est le nom de la base ? </td> <td><input type="text" name="nombase" value="test" /></td> </tr> <tr> <td>Quel est le nom de la table ? </td> <td><input type="text" name="nomtable" value="elf" /></td> </tr> <tr> <td>Combien d'enregistrements voulez-vous voir ? </td> <td><input type="text" name="nbenr" value="10" /></td> </tr> <tr> <td>A partir de quel enregistrement voulez-vous commencer ? </td> <td><input type="text" name="numdeb" value="5" /></td> </tr> <tr> <td></td> <td><input type="submit" value=" go ! " /></td> </tr> </table> </blockquote> </form> <!--- ================ --> <p> </p> <a href="http://www.info.univ-angers.fr/pub/gh/"> <img src="return.gif" alt="retour gH" /></a> Retour à la page principale de <font color="#008800">(gH)</font> <p> </p> <p> </p> </blockquote> </body> </html>La coloration syntaxique est réalisée par : SyntaxHighlighter.
Si vous préférez, vous pouvez utiliser celle de geshi ou même celle construite autour de la fonction highlight_file.
Retour à la page principale de (gH)