Orario di accesso alla pagina  17:55 - 15:5:2008
Author of the articles: The webmaster of this web-site
Random characters
In this article we are going to build a function that returns a character between some that we set initially.
What is php
An introduction to php language, what is possible to do with it and how to build the script.
Script testing in local machine
After you build your script in php you must test it on your local machine to verify his functionality. We are going to see how to do it.
Use of forms in the projects
The form is one of the most important elements of a script. Through it you give the input data to the script that process them and produces an output. We are going to see the functionality of a form.
Reading and writing on files
The files is the place where you can store the data. Therefore it is very important to know how to read and write on it. We are going to see how to do it.
Words detecting
We are going to build a function that detects some particular words that an user can set in the script.