In our previous tutorial, we have explaind how to develop Hotel Reservation System with PHP and MySQL. In this tutorial , we will develop Library Management System with PHP and MySQL. A Library Management System is a web based system used in library to manage items. It is used to store items details into database […]
PHP
Here you will find useful PHP tips and tutorials.
Build Content Management System with PHP & MySQL
In our previous tutorial, we have explained how to Build Comment System with Ajax, PHP & MySQL. In this tutorial, we will explain How To Make Build Content Management System with PHP & MySQL. A content management system (CMS) is a web application which is used to manage contents with operations such as create, edit […]
How to Encrypt and Decrypt Password in PHP
In our previous tutorial, we have explained how to make password generator with strength checker using JavaScript. In this tutorial, we will explain how to create secure password with PHP. Having a secured and strong password is important since there are always security threats to web applications. So it’s very important to use strong and […]
Password Generator with Strength Checker using JavaScript
Password is the most important part of any web application to secure data. If password is weak then it can be break very easily and important data can accessed. So it’s very important to use strong password to make it hard to be broken to secure important data. So if you’re developing a web application […]
Dynamic Image Gallery with jQuery, PHP & MySQL
Image gallery or photo gallery is a special feature of web applications that allows users to upload images and access their images. If you’re working on a web project and want to implement users image gallery then your at right place. In this tutorial you will learn how to create dynamic photo gallery using PHP […]