Skip to main content

To-do List Application with Ajax, PHP & MySQL

In our previous tutorial, we have explained how to implement Save TinyMCE Editor Content with PHP & MySQL. In this tutorial you will learn how to implement To-do List Application with Ajax, PHP & MySQL.

To-do List Applications are created to allow users to manage their daily do-list. The user can add their do items, close the list items when completed and also remove these permanently from completed list.

So if you’re looking for developing you own To-do list application, then you’re here at right place. in this tutorial you will learn how to develop Do-list application with Ajax, PHP and MySQL.

We will cover this tutorial in easy steps to create live demo with functionality to add To-do items and list them. Allow users to move Do-to items into completed list when these completed. Also allow users to remove completed items from it’s list.

(more…)

Ticketing System with PHP and MySQL

In our previous tutorial, we have explained how to develop Student Attendance System with PHP and MySQL. In this tutorial, we will explain how to develop Ticketing System with PHP and MySQL.

A ticketing system is customer support tool that business can use to manage support related tasks on their website. The ticket system consist of ticket listing, create new ticket, view ticket ticket, reply ticket, open/close ticket and assign ticket to users.

(more…)

Student Attendance System with PHP & MySQL

In our previous tutorial, we have explained how to develop Like and Dislike System with Ajax, PHP & MySQL. In this tutorial, we will explain how to develop Student Attendance System with PHP & MySQL.

Student attendance system or student monitoring system is a web application that used to manage the attendance of students in Schools, College or Institute. The attendance of students is managed by their class teachers with status as present, absent, late or half-day. The system also provides attendance reports based on dates.

So if you’re a developer and thinking about developing a attendance system with PHP and MySQL, then it’s very easy. In this tutorial, you will learn how to develop Student Attendance System with PHP & MySQL.

(more…)

GST Billing System with PHP & MySQL

In our previous tutorial, we have explained how to develop Restaurant Management System with PHP and MySQL. In this tutorial, we will explain how to learn to develop GST Billing System with PHP and MySQL.

GST Billing or Invoice system is an online application to use in shops, factories to generate order invoices. It allows to add items or product details, create users, manage taxes and invoices. The invoice system provides instant calculations of items, quantity, taxes and totals.

(more…)

Generate Dynamic Sitemap with PHP & MySQL

In our previous tutorial, we have explained how to develop follow and unfollow system with PHP and MySQL. In this tutorial, we will explain how to generate dynamic Sitemap XML using PHP and MySQL.

Sitemap XML is an important part of any web application. Sitemap XML is a list of page URLs which can be accessed by Search Engines. Based on Sitemap XML, the web pages indexed by Search Engines.

So if you have website and wants to index pages to Search Engines then you will have to create Sitemap XML. f your website pages are fixed then you can use sitemap creator tools from online and create sitemap xml file for their website. But your website have dynamic pages means pages increases with the passes of time then you will have to create dynamic Sitemap XML file.

(more…)