Category Archives: jQuery


February 22, 2024 5:02 am

How to create CAPTCHA image verification in PHP and jQuery


How to create CAPTCHA image verification in PHP and jQuery
Captcha is the simple verification on your web forms that the user is a human or a computer. Its used to prevent spammers on your website. If you use captcha on your web forms its hard for spam bots to submit data to web site. The reason to write this tutorial is to demonstrate how to create captcha image in your application using PHP and jQuery.

[ Read More ]


February 21, 2024 5:02 am

How to Upload multiple images jQuery Ajax using PHP


How to Upload multiple images jQuery Ajax using PHP
I have received many requests from my readers to on how to upload multiple images in jQuery and PHP, so this is the article which I have wrote and explain jQuery and PHP to upload multiple images at once. You can use this as a reference for your web projects, specially focused on newbies to understand the procedures of images uploading.

[ Read More ]


February 17, 2024 5:06 am

How to create Price Range Slider in jQuery & PHP with MySQL


How to create Price Range Slider in jQuery & PHP with MySQL
I have received many requests from my readers to create a price range slider, this article going to solve there problems so basically I used jQuery UI to perform this tutorial base which is jQuery and created a PHP and MySQL settings for ease of PHP Programmers so let see how it works and how to configure it in your websites. Mostly Developers use this slider in eCommerce sites where people can search products with price range.

[ Read More ]


February 16, 2024 5:02 am

How to create Accordion toggle using jQuery and Bootstrap


How to create Accordion toggle using jQuery and Bootstrap
Bootstrap is one of the best framework for designing your websites and we have already created an article on contact form with bootstrap so this time we come with accordion toggle with bootstrap. Its very simple to configure and create with very nice animation with CSS and jQuery.

[ Read More ]


February 12, 2024 5:03 am

How to create Like & Unlike System in PHP MySQL and jQuery


How to create Like & Unlike System in PHP  MySQL and jQuery
I have received many requests from my users to write an article on like and dislike with PHP and MySQL so today I am going to give a tutorial on like and unlike in PHP and MySQLi its very use full for your websites to get users review on pages on stories any many more.

[ Read More ]


February 11, 2024 5:01 am

How to create Advanced Pagination in PHP & MySQL with jQuery


How to create Advanced Pagination in PHP & MySQL with jQuery
We have already created 2 pagination[1][2] articles for PHP Developers and this one is the advanced version of pagination with "..." many readers requested me to make it with these dots, so today I am going to write this article on advance pagination with jQuery and show you how to show small list of numbers with dots in between.

[ Read More ]


February 10, 2024 5:02 am

Create jQuery introductions step by step guide for your projects


Create jQuery introductions step by step guide for your projects
As you all have this experience on Facebook when ever they start something new in there website give us an option for introduction and how that option can work so today I am going to show you something very related to that, It helps every web developer specially for those who is working on some new features on there website to highlight that feature you can use this introduction option.

[ Read More ]