Il Php
Php is a Server-side web programming language, just like Jsp. However, for my project, Php was the most convenient. I studied Php on books and online resources.
I used it for the crosswords puzzles program. By Php web pages I sent queries to the MySql database.
I inserted and removed records in the tables; worked with strings; used cryptography functions; retrieved views on data.
Php pages are a mix of Html and Php code; when the Php parts run they can produce some text – Html text – that will be sent to the user as a web page.