Tutorials by PHPtutorial.info

You can find here all the 15 tutorials by PHPtutorial.info. The author's home page URL is http://phptutorial.info.
Sort byTutorials Per Page
Pages:1 | 2 | Next| Last

Form to Mail

Author: PHPtutorial.info  Rating:
Would you like to get on your email all the information included in a form?
May 14, 2010 Today Views: 1 Total Views: 1,285
The script will create and add or remove emails from users to a file, so that databases are not required.
March 2, 2010 Today Views: 1 Total Views: 859
Knowing the languages selected in the browser of our visitors may be a very important data we may used to redirect the user to a specific page in the corresponding language, or to display specific information directed to the user (as for example the most suitable ad).
January 19, 2010 Today Views: 1 Total Views: 884
It is not a good idea to place a contact email in your web. Someone may use a robot to find your email and send spam. Instead, it is recommended to use a contact form.
June 22, 2009 Today Views: 1 Total Views: 906
A hit counter will let us know how many times a page is accessed. In case one visitors loads the page several times, the hit counter will increase several times (but this is likely to happen only a few times).
May 25, 2009 Today Views: 1 Total Views: 856
In this page we will add PHP scripting languaje codes to our regular HTML page, we will learn how to write texts and how to concatenete them and write some special characters, and we will start using variables.
December 10, 2007 Today Views: 1 Total Views: 1,235
The date and time we will show how to display in this tutorial is the one specified by the server which is hosting our pages.
December 6, 2007 Today Views: 1 Total Views: 1,174
There are two ways we may get info from users by using a form: GET and POST methods.
December 4, 2007 Today Views: 2 Total Views: 833

Using Arrays

Author: PHPtutorial.info  Rating:
nstead of having our information (variables or numbers) in variables like $Mydata1, $Mydata2, $Mydata3 etc, by using arrays our information may be contained in an unique variable.
November 28, 2007 Today Views: 1 Total Views: 1,249
To work with files, correct permissions are required. Change permissions to 777 to try the code bellow. Other way, you will get errors.....
November 23, 2007 Today Views: 1 Total Views: 1,294
Pages:1 | 2 | Next| Last