How to decode QR code
Recently i published a tutorial on How to Generate QR Code in PHP and many readers send emails to decode QR code, so i am writing this article to decode you QR code you have to upload image of QR code and it will show you text inside that code image. This QR code decoder works on HTML 5 file API and canvas tag and used webqr library.
[ Read More ]
How to generate QR code in PHP
QR (Quick Response) code used to read your data in your smart devices for ease. If you have a visiting card and want to add name, email and mobile number in you mobile its hart to type if there is a QR code of contact added on that card then you can easily add that in you contact list by scanning that code. Today i am going to show you how to generate a QR code in PHP.
[ Read More ]
How to use MySQLi_connect in PHP
As you all knows that MySQLi is improved PHP extension of MySQL which is introduced in PHP 5. MySQL is deprecated in PHP 5.5 will be removed in future. We have millions of applications using PHP MySQL and needs to be updated on MySQLi or PDO (PHP Data Objects is also a new extension you can use to use in your applications). So today i am going to give you a very simple integration guide of MySQLi how to connect to a database, how to run a query and insert records etc hope you love this article.
[ Read More ]
How to Send Nice HTML Email with PHP
If you are making an email software then you must know how to make email templates and send with proper headers in stylish format not a plain email with only text. In PHP with mail() function you can send a simple email but but there is some headers which make it more flexible you can attached files format it in HTML and many more. I am going to explain you how to make an HTML email and give you a demo and script to download.
[ Read More ]
How to ZoomIn Images in jQuery
Image zoom-in is very useful feature in an eCommerce website to show your product images to viewers in zoom with there ease. So in this tutorial i am going to show you how to make a very simple zoom in image program in which I have used a jQuery plugin jQZoom and explain its usage with a demo and you can also download that script for free.
[ Read More ]
How to Create Custom Application for Facebook Pages
Fan pages on Facebook is very useful for business and brands to reach many people on social networks. On Facebook there is very few applications like Photos, Videos and Events, if you want to add more application like contact us and welcome page and as many as you can. This tutorial will explain you how to add application step by step.
[ Read More ]
How to create pagination in PHP and MySQL with AJAX
I have wrote an article on pagination with a simple class and many users like it and download it so now i have decided to write its and updated version with AJAX.In this article i am going to explain you how to create pagination in PHP & MySQL with AJAX for your websites.Pagination is a very important part in your websites reporting and this article will help you to create it very very simple.
[ Read More ]