|
|
In this article we are going to build a function that returns a character between some that we set initially. |
|
An introduction to php language, what is possible to do with it and how to build the script. |
 |
Script testing in local machine |
enter |
|
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 |
enter |
|
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 |
enter |
|
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. |
|
We are going to build a function that detects some particular words that an user can set in the script. |