Best Tutorials website
Latest tutorials

Advertisment

Show time left with PHP, nice formatted

Show time left with PHP, nice formatted

If you have an expiration time/date, and want to show how long time it's left until that time/date this is the stuff for you.


Views: 963 | Rating star | by Daniel
PHP - Date and Time

Build up a function to secure a text box

Build up a function to secure a text box

A detailed php tutorial that shows how to create a useful function to secure a web site from attack attempts passing through text boxes.


Views: 862 | Rating star | by Steve
PHP - Security

 PHP Count Words from a string

PHP Count Words from a string

Learn how to count the words from a string using php.


Views: 557 | Rating star | by Stephen
PHP - Miscellaneous

Building an RSS Feed From a Database

Building an RSS Feed From a Database

Learn how to build an RSS file from your database information and write it to a file to automate your feeds.


Views: 830 | Rating star | by Steve
PHP - XML and PHP

Generate text with transparent background

Generate text with transparent background

Use this ready function to create an image with text with a transparent background. Could be useful for showing your email address, without having...


Views: 501 | Rating star | by Amy
PHP - Image Manipulation

Learn Regular Expressions - Including Email Validation

Learn Regular Expressions - Including Email Validation

Does “^[a-zA-Z0-9]+[a-zA-Z0-9_.-]*@[a-zA-Z0-9]+[a-zA-Z0-9_.-]*.[a-z]{2,4}$” seem like a foreign language to you? Well, it doesn’t have to...


Views: 521 | Rating star | by Daniel
PHP - Miscellaneous

Using arrays: basics

Using arrays: basics

An introduction to arrays. Arrays will be created from tables, and data containing them will be displayed. A couple of example are use to...


Views: 518 | Rating star | by Sean
PHP - Introduction to PHP

Open, Read and Create files

Open, Read and Create files

Basic methods to open, read and create file within the server. The convenience of using compressed file is pointed out. Usage example: saving IPs...


Views: 583 | Rating star | by Mark
PHP - File Manipulation

GETand POST methods in PHP

GETand POST methods in PHP

Basic tutorial on how to obtain information from forms by using any of those methds.


Views: 541 | Rating star | by David
PHP - Form Processing

Learning session with examples

Learning session with examples

basics of sessions is described, and two examples are used to ilustrate it: Showing number of times we have visit a page during a session, and...


Views: 830 | Rating star | by Marry
PHP - Cookies and Sessions

Language specific response

Language specific response

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...


Views: 820 | Rating star | by Sarah
PHP - User Authentication

Conversion into roman numbers

Conversion into roman numbers

A php tutorial that shows how to use while cycle to convert a number into roman numbers.


Views: 461 | Rating star | by Marry
PHP - Miscellaneous

Verifying email address

Verifying email address

When users sign up to join your website you may want to verify their email address by sending confirmation link to their email address. You'll...


Views: 846 | Rating star | by Mathew
PHP - Email Systems

Test php mail function on your localhost

Test php mail function on your localhost

When you code php mail function you can't test it on your localhost you have to upload and test it on your hosting but now you can test php...


Views: 871 | Rating star | by Steve
PHP - Email Systems

Simple Ad Rotation Script

Simple Ad Rotation Script

This is a very easy and simple ad rotation script, you can set percentage to show the ads and you can adapt this script to rotate any thing.


Views: 852 | Rating star | by Colin
PHP - Randomizing

Sending forgotten password

Sending forgotten password

This php tutorial shows you how to send password to members via e-mail address when they forgot their password.


Views: 785 | Rating star | by Daniel
PHP - Email Systems

PHP Script Image of the day

PHP Script Image of the day

In this script shows you how to display image of the day. You can adapt this script to display quote of the day, knowledge of the day or something...


Views: 483 | Rating star | by Nick
PHP - Miscellaneous

PHP Script Tips - Working with MySQL Database

PHP Script Tips - Working with MySQL Database

A collection of 21 tips on working with MySQL database. Clear explanations and tutorial exercises are provided on connecting and selecting MySQL...


Views: 473 | Rating star | by Steve
PHP - Database Related

PHP Script Tips - Uploading Files to Web Servers

PHP Script Tips - Uploading Files to Web Servers

A collection of 12 tips on uploading files with PHP pages. Clear explanations and tutorial exercises are provided on creating file upload HTML...


Views: 502 | Rating star | by Stephen
PHP - File Manipulation

PHP Script Tips - Processing Web Forms

PHP Script Tips - Processing Web Forms

A collection of 21 tips on process Web forms with PHP scripts. Clear explanations and tutorial exercises are provided on generating and processing...


Views: 531 | Rating star | by Brad
PHP - Form Processing