December 5, 2011 PHP: Créer un contrôle ‘TextBox’ HTML automatiquement Uncategorized <?php function input_text($nom_control, $valeurs_control) { print '<input type="text" name="' .
December 5, 2011 PHP: Exemple d’une calculatrice basée sur un formulaire Uncategorized <html> <head> <title>Calculatrice</title> </head> <body> <form action = "<?php print $_SE
December 5, 2011 PHP: Concatener le design du formulaire dans une variable Uncategorized //File: index.php <html> <head> <title></title> </head> <body> <?php $server=$_SERVER["PHP_SELF"];
December 5, 2011 PHP: Lister les valeurs des options sélectionnées Uncategorized <form method="POST" action="index.php"> <select name="produits[]" multiple> <option value="a">A</op
December 5, 2011 Détecter le navigateur et le système d’exploitation de l’utilisateur Uncategorized <html> <head> <title>Information Utilisateur</title> </head> <body> <?php $viewer = getenv
December 5, 2011 PHP: Stocker les données d’un formulaire dans un tableau Uncategorized <html> <body> <form method="post" action="<?php print $_SERVER['PHP_SELF'];?>"> <h1>Information Fam
December 5, 2011 Le Script pour envoyer un fichier vers le serveur Uncategorized <html> <head> <title>Chargements des Fichiers</title> </head> <body> <h3>Uploader un fichi
November 29, 2011 PHP: Faire Appel à une page à l’aide de ‘fopen( )’ et ‘fget( )’ Uncategorized <html> <head> <title>Ouverture d'une page</title> </head> <body> <?php $pageweb = "http://php.mesex
October 25, 2011 Utilisation de ‘as’ avec Interface* Uncategorized {filelink=18818} using System; public interface IPrintMessage { void Print(); }; class Class1 { public void Print() { Console.WriteLine("H
October 11, 2011 Ajout un attribut à un noeud: Sous réserve d’obtention de licence Uncategorized {filelink=16402} #region License and Copyright /* * Dotnet Commons Xml * * * This library is free software; you can redistribute it and/or modify it * unde