Explore the Articles

Server Side

10 life-saving PHP snippets

In order to be efficient, a web developer should have a toolbox with code snippets he can use and reuse when needed. In this article, Jean-Baptiste Jung is going to show you 10 extremely useful PHP code snippets to add to your web developer toolbox.

Read More
Server Side

Update multiple rows in MySQL with checkboxes

A useful method to select all checkboxes and the ability to update MySQL records with PHP.

First we create a MySQL database, next we create the update page with the checkboxes and add the PHP code to make the update possible.

Simple, easy and fast...
Enjoy!

Read More
Server Side

How to Create a PHP Website Template from Scratch

This is a tutorial on creating a PHP website template starting with HTML and CSS. We will start with the basics and you can also download the final product. Please remember that I am using very basic CSS styling in this example just for you to get the idea, and not so much to make it look pretty. The download will contain both the styled example as well as a complete blank template that you can use for your own starting point for any project personal or commercial. The demo files are released under GPL V2.

Read More
Server Side

Smart Mailer PHP Manual

You can offer your clients the ability to send HTML mails based on a template (either on your machine or at a URL), each personalised with the recipient's name. You can add attachments to everyone, or a group of people, there's progress bars while you're sending them - all this in an external PHP include file, so just a couple of lines on your page.

These tutorials show you how to use the Smart Mailer PHP extension.

 

Read More
Server Side

Display records in multi column format with PHP


This two videos explain how to populate records from the MySQL database and display them on the page in the multi column format. Each column follows the ascending order of the records from the previous column. In this example we are using Table, but you can use any HTML element to display records in multi column format.

Read More
Server Side

Universal Form Validator PHP Manual

Add Swiss Knife Form Validation to your forms in Dreamweaver with the Universal Form Validator PHP! Choose from many predefined validation rules like url, e-mail, dates, credit cards and ranges, apply conditional validation and even Ajax style inline validation! The validation errors and hints can be displayed in great tooltips and input masking can be applied. All fully customizable to your layout and needs! The user input is validated both client as well as server side - so there is no escape!

Read More
Server Side

Upload, Resize and Insert with PHP

This code is so amazing, you can create resized images of the original image.
Now you can create two from one using PHP, classic!

Have you ever wanted to upload, resize and insert images into a database without the hassle? This code will do it for you.

A few things are needed;

A database or not (Just comment out the database parts with //)
Create a page called upload.php.
Copy and paste the code.
Set up the Username, Password and Database settings if needed.
That's it.

Enjoy!

Read More
Server Side

Creating additional Sessions from Login page

This Tutorial shows you how to create extra Sessions from the Macromedia Login behaviour, with just a couple of lines of coding.

Whats included

3 ASP pages
1 Access 2000 database


What you need

Dreamweaver MX and above IIS or PWS
Access 2000 or above


Requirements

You will need to feel comfortable creating an Access database (or your flavour of db) and working with simple hand coding of ASP pages.

The Connection string is a DSN-less, so you will need to change it to reflect your hard drive. Simply open the NewSession.asp page in the Connection folder and change the string to the path of the database on your hard drive.

Have fun, any questions, queries etc, feel free to email me via the Tutorial Contact page on the website (www.cgw3.co.uk) Read More
Server Side

Build a Email to Multiple recipients system

This tutorial shows you how to build a two page system to send emails to multiple recipients in Dreamweaver MX for Access 2000.

This Tutorial details how to build the Email to Multiple recipients system, which can be used as a Newsletter or any other process you have in mind.

Each person recieves an individual email addressed to them personally, rather then having multiple To's
You can include Hyperlinks and emails addresses which are converted to active links. Read More
Server Side

PHP download link

In this tutorial I will show you how to create a link to a file with the prompt for a download. Read More
Newer articles Older articles