
Advertisment
Inserting into a mysql database
A beginners guide to Inserting into a mysql database
Views: 747 | 
  |  by Mark 
 PHP - Miscellaneous
Styling text
Learn how to style text and make it more appealing.
Views: 737 | 
  |  by David 
 PHP - Miscellaneous
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: 720 | 
  |  by Mathew 
 PHP - Miscellaneous
Background images and colours
Adding background images and colors with css.
Views: 675 | 
  |  by Nick 
 PHP - Image Manipulation
Creating a form
Learn the basic's of forms including text, button and submit forms.
Views: 707 | 
  |  by Sarah 
 PHP - Form Processing
Jump Menu's
Using forms and javascript to change pages with a jump menu.
Views: 0 | 
  |  by Marry 
 PHP - Form Processing
Make a input field's value dissappear.
In this tutorial you will learn how to making an input field's value disappear.
Views: 0 | 
  |  by Sarah 
 PHP - Miscellaneous
Updating a mysql database
Updating is similar to inserting only for a few differences.
Views: 675 | 
  |  by Stephen 
 PHP - Miscellaneous
Text Colour
Looking at how to change the colour of text!
Views: 714 | 
  |  by Daniel 
 PHP - Miscellaneous
Changing Fonts and Styles
Changing the font of text and looking into different styles and heading.
Views: 715 | 
  |  by Nick 
 PHP - Miscellaneous
Deleting from a mysql database
Deleting from a mysql database is even easier than inserting.
Views: 694 | 
  |  by Stephen 
 PHP - Miscellaneous
Hyperlinks
Learn how to link to a another website in html
Views: 1031 | 
  |  by Sean 
 PHP - Link Indexing
Alternating row colors
Changing colours for each row with code.
Views: 671 | 
  |  by Source 
 PHP - Miscellaneous
Centering Text in PHP/GD Images
Learn how to center your text drawn on images using the GD library and PHP.
Views: 690 | 
  |  by Adam 
 PHP - Image Manipulation
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: 646 | 
  |  by Jarry 
 PHP - Image Manipulation
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 | 
  |  by Marry 
 PHP - Date and Time
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: 654 | 
  |  by David 
 PHP - Form Processing
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: 1010 | 
  |  by Mark 
 PHP - Counters
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: 1173 | 
  |  by Troy 
 PHP - PHP vs Other Languages
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: 739 | 
  |  by Donald 
 PHP - Miscellaneous
