Advertisment
A beginners guide to Inserting into a mysql database
Learn how to style text and make it more appealing.
Making a border is easy so were are going to throw in a few styling codes for text in with it.
Adding background images and colors with css.
Learn the basic's of forms including text, button and submit forms.
Using forms and javascript to change pages with a jump menu.
In this tutorial you will learn how to making an input field's value disappear.
Updating is similar to inserting only for a few differences.
Looking at how to change the colour of text!
Changing the font of text and looking into different styles and heading.
Deleting from a mysql database is even easier than inserting.
Learn how to link to a another website in html
Changing colours for each row with code.
Learn how to center your text drawn on images using the GD library and PHP.
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...
Many registration forms request registrants' birth dates. This function allows you to use that information to determine a person's age....
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.
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 | | by Mark
PHP - Counters
This article explains how to create PDF files dynamically using PHP, from html file to PDF format using FPDF and HTML2FPDF PHP class libraries.
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...