This project is a PHP-based web application that filters out specific "bad words" from user input, developed as part of the Boolean Full Stack Web Development course.
The goal is to practice working with PHP forms and basic server-side string manipulation techniques.
- Clone the repository:
git clone https://github.com/IO-underscorre/php-badwords.git
- Run the project in a local PHP server.
Questo progetto è un'applicazione web basata su PHP che filtra specifiche "parolacce" dall'input dell'utente, sviluppato come parte del corso di Full Stack Web Development di Boolean.
L'obiettivo è praticare l'uso dei form in PHP e le tecniche di manipolazione delle stringhe lato server.
- Clona il repository:
git clone https://github.com/IO-underscorre/php-badwords.git
- Esegui il progetto su un server PHP locale.