• # Un lien intéressant

    Posté par . En réponse au message programmation web. Évalué à 2.

    http://kryogenix.org/code/castalian/docs/index.html

    Un projet de module apache ayant vocation à l'inclusion du code python directement dans le html, à la php...

    <html>
    <body>
    From the HTML corner, we have: Hello, World!

    <?cas
    response.write("And from the Castalian corner: Hello, World!<br>")
    ?>
    </body>
    </html>


    C'est en anglais mais très synthétique, je pense que tu comprendras ce que tu as besoin de comprendre.