This tutorial is devoted to aspiring developers, programmers, beginners, students who want to learn about web development and building dynamic website. This is a self-learning and step-by-step tutorial, based on my experiance to begin developing web applications. Actually, I have been programming for long time. I have worked on many proejcts and systems before. I […]
PHP
Here you will find useful PHP tips and tutorials.
Doctor Appointment Management System with PHP & MySQL
In our previous tutorial we have developed Library Management System with PHP & MySQL. In this tutorial we will develop Online Doctor Appointment Management System with PHP and MySQL. Online Doctor Appointment Management System is a web application that allows administrator to manage doctors, manage patients and manage appointments.
Build Hotel Reservation System with PHP & MySQL
In our previous tutorial you have learned how to develop Content Management System with PHP and MySQL. In this tutorial you will learn how to develop Online Hotel Reservation System with PHP and MySQL. The Online Hotel Reservation System is an automated system that allows hotel owners to manage rooms, accommodations and reservationists. It allows […]
Shopping Cart with Ajax, PHP and MySQL
Shopping cart is a part of eCommerce project in which multiple products are added and viewed added product details like price, total amount, taxes etc. before submitting order. So if you’re thinking about creating shopping cart in your web project, then you’re here at right place. In this tutorial you will learn how to create […]
Stripe Payment Gateway Integration in PHP
Stripe is the hottest payment gateway in the web industry. It offers payment processing services that can easily integrate in web applications. Stripe provides an easy way to accept debit card and credit card to collect payment on web applications. If you want to integrate payment gateway in your web application, Stripe can be the […]