Connect to a MySQL database

To connect to a MySQL database to make the data from the database available in your Web application, you can do two things:
1. create a connect.php page, and ‘include’ this page in the PHP page(s) where you need the connection to the database. Continue reading...

Creating thumbnail through PHP

Easy to use function to create thumbnail image from image, it very use full for creating catalog display where user need not to enter two file for thumbnail and main image Continue reading...

creating a draggable sitemap with jquery

There are a handful of javascript libraries and plugins available that attempt this task, but none of them worked flawlessly with our HTML. The real issue here is that javascript alone cannot produce a slick solution, the HTML and CSS need to be carefully constructed to ensure that the experience is seamless and pleasant. Continue reading...

Function for easily uploading files in PHP

A function for easily uploading files. This function will automatically generate a new file name so that files are not overwritten. Continue reading...

Create Three column layout using div and CSS

In this tutorial you will learn to create a three column layout using css, and divs
Here is the sample sketch of layout. Continue reading...