Category Archives: PHP


February 23, 2024 5:01 am

How to Hashing Password in PHP 5.5 with Password Hashing API


How to Hashing Password in PHP 5.5 with Password Hashing API
This tutorial show you how to hashing passwords in PHP 5.5 with hashing API. There is a large number of web developers using old and less secure algorithm like MD5 and SHA1 encryption etc but these are assumed as open strings and not called encrypted. In this new hashing API it uses bcrypt (its a  key derivation function for passwords). In this article we are going to explore PHP's new hashing API.

[ Read More ]


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 19, 2024 5:02 am

How to Convert HTML to PDF in PHP with fpdf


How to Convert HTML to PDF in PHP with fpdf
HTML to PDF conversion is always a problem for PHP Programmers and all the time they search for suitable solutions so after reviewing this article you will not take more than 10 minutes to configure HTML to PDF, I have used a library fpdf open source and very useful library for developers here is a simple tutorial on how to convert How to Convert HTML to PDF with fpdf.

[ 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 15, 2024 5:05 am

How to create SEO Optimized URLs from String in PHP


How to create SEO Optimized URLs from String in PHP
A uniform resource locator abbreviated URLs or web address used to locate exact information page on the web like https://www.phpgang.com/how-to-create its a URL  and how-to-create is  created from a string and in this tutorial I will give you a method to know about that function of PHP. This is a very basic solution for beginner PHP Developers and programmers.

[ Read More ]


February 14, 2024 5:07 am

About


About

[ Read More ]