Convert Image to JPG, PNG & GIF in PHP

Here I’m coming up with a new PHP class, which will help you to convert any uploaded image to JPG, PNG and GIF.

Class name: image_converter.php

<?php 

/***
*	Image converter Script by Agurchand 
*	Find the script at Theonlytutorials.com	

Facebook / Skype like emoticons jQuery Plugin

Here is another interesting jQuery plugin from theonlytutorials.com. Emotion icons jQuery plugin, shortly emoticons jquery plugin.

You might wonder how Facebook, Skype or any other social networking websites changing the smileys to emoticons when you type. The answer is …

How to store image in MySQL database with PHP

 

If you are a newbie PHP developer, you will not easily get the idea of storing images in the database, but the answer is very simple, you are not going to store the actual image in the database but …

PHP mysqli prepared statement insert example

MySQLi is the improved version of MySQL extension and it has more feature which is included in PHP Version 5.

The advantage using MySQLi is:

1. Prevent SQL Injection
2. Able to Prepare statement and bind params.
3. OOPS Interface …

Page load Progress bar for your website / webpage

Page load Progress bar for your website / webpage

You might have seen a lot of popular websites showing a progress bar while the website or a web page is loading. It is user-friendly because the user will know how much of the entire page is loaded and how …

Face detection and photo tagging script with jQuery!

Today we are going to see how to create a Facebook like face detection and tagging with the help of jQuery.

To detect faces on the image I have used a popular face detection plugin developed by jaysalvat. You …

Theme: Overlay by Kaira
Agurchand