http://www.tutorialkit.com
http://www.markuptutorials.com
http://webdesign.org
http://www.3dlessons.com
http://www.flashperfection.com
http://www.vectorials.com

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
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).
November 31, 2008 Today Views: 2 Total Views: 260

Form to Mail

Author: PHPtutorial.info  Rating:
Would you like to get on your email all the information included in a form?
October 15, 2008 Today Views: 3 Total Views: 363
web promotion
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).
October 8, 2008 Today Views: 1 Total Views: 233
The script will create and add or remove emails from users to a file, so that databases are not required.
September 18, 2008 Today Views: 2 Total Views: 168
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.
September 10, 2008 Today Views: 4 Total Views: 258
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: 455
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: 404
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: 346

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: 417
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: 431
Pages:1 | 2 | Next| Last