Best Tutorials website
Latest tutorials

Advertisment

Inserting into a mysql database

Inserting into a mysql database

A beginners guide to Inserting into a mysql database


Views: 600 | Rating star | by Mark
PHP - Miscellaneous

Styling text

Styling text

Learn how to style text and make it more appealing.


Views: 573 | Rating star | by David
PHP - Miscellaneous

Making a simple border

Making a simple border

Making a border is easy so were are going to throw in a few styling codes for text in with it.


Views: 582 | Rating star | by Mathew
PHP - Miscellaneous

Background images and colours

Background images and colours

Adding background images and colors with css.


Views: 524 | Rating star | by Nick
PHP - Image Manipulation

Creating a form

Creating a form

Learn the basic's of forms including text, button and submit forms.


Views: 535 | Rating star | by Sarah
PHP - Form Processing

Jump Menu's

Jump Menu's

Using forms and javascript to change pages with a jump menu.


Views: 0 | Rating star | by Marry
PHP - Form Processing

Make a input field's value dissappear.

Make a input field's value dissappear.

In this tutorial you will learn how to making an input field's value disappear.


Views: 0 | Rating star | by Sarah
PHP - Miscellaneous

Updating a mysql database

Updating a mysql database

Updating is similar to inserting only for a few differences.


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

Text Colour

Text Colour

Looking at how to change the colour of text!


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

Changing Fonts and Styles

Changing Fonts and Styles

Changing the font of text and looking into different styles and heading.


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

Deleting from a mysql database

Deleting from a mysql database

Deleting from a mysql database is even easier than inserting.


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

Hyperlinks

Hyperlinks

Learn how to link to a another website in html


Views: 853 | Rating star | by Sean
PHP - Link Indexing

Alternating row colors

Alternating row colors

Changing colours for each row with code.


Views: 526 | Rating star | by Source
PHP - Miscellaneous

Centering Text in PHP/GD Images

Centering Text in PHP/GD Images

Learn how to center your text drawn on images using the GD library and PHP.


Views: 551 | Rating star | by Adam
PHP - Image Manipulation

Simple Image Resize in GD

Simple Image Resize in GD

Were going to be creating it in a function, so that we can re-use this wherever we need to. This particular function saves the thumbnail file to a...


Views: 495 | Rating star | by Jarry
PHP - Image Manipulation

Calculate a Person's Age From Two Dates

Calculate a Person's Age From Two Dates

Many registration forms request registrants' birth dates. This function allows you to use that information to determine a person's age....


Views: 0 | Rating star | by Marry
PHP - Date and Time

Link Verifier - Check if link is up or not

Link Verifier - Check if link is up or not

Create a link verifier that checks to see if a link is working or not, this is great to check if user inputted links are valid.


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

Top Referer Script

Top Referer Script

Have you ever wanted to know who is linking to you, ever wanted to list the top 10, 15, 20 etc.. referral's on your website? Read this...


Views: 847 | Rating star | by Mark
PHP - Counters

Macronimous- Creating Dynamic PDF files using HTML and PHP

Macronimous- Creating Dynamic PDF files using HTML and PHP

This article explains how to create PDF files dynamically using PHP, from html file to PDF format using FPDF and HTML2FPDF PHP class libraries.


Views: 961 | Rating star | by Troy
PHP - PHP vs Other Languages

PHP A to Z sorting script

PHP A to Z sorting script

Let's say you have a customer table ( tbl_cutomers) you want to navigate alphabetically by customer last name. o accomplish this task we need...


Views: 600 | Rating star 3 | by Donald
PHP - Miscellaneous