Often it is useful to know the ascii-code of a character. In this page you can find it and you can also put this tool in your website.
If you find a form that allows the user to give a vote to your website then visit this page
Get the informations about the browser and the screen resolution of the user by this simpatic javascript
Php tutorial
Random characters
enter
In this article we are going to build a function that returns a character between some that we set initially.
What is php
enter
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.
Words detecting
enter
We are going to build a function that detects some particular words that an user can set in the script.