Loading repository dataβ¦
Loading repository dataβ¦
abderrahmane-laourf / repository
π Petit projet PHP avec formulaire de contact (nom, email, message). π Utilise $_SESSION pour retenir le nom. π¨ StylisΓ© avec Tailwind CSS. π¬ Affiche les infos sur une page de confirmation. π IdΓ©al pour apprendre les bases de PHP et les sessions.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A small, simple PHP project that allows a user to fill out a contact form with their name, email, and message. Once submitted, the name is stored in the session ($_SESSION), and a confirmation page displays a personalized welcome message.
POST$_SESSIONmon-projet-php/ βββ formulaire.php # HTML Form βββ show_info.php # Data processing and display βββ index.php # (optional) redirect or homepage βββ .gitignore βββ README.md
[git clone https://github.com/your-username/mon-projet-php.git]
cd php-form-session
C:\xampp\htdocs\php-form-session\
http://localhost/php-form-session/formulaire.php
This project is open-source under the MIT License. You can reuse and modify it freely π
π Ideal project for learning the basics of PHP, sessions, and forms.