Skip to main content

Create React Dropdown Select

In our previous React tutorial, we have explained how to create simple form with validation in React. In this tutorial, you will learn to create React Dropdown Select List.

The drop-down select list is a list of items. The currently selected item is always displayed selected item from dropdown list.

You can easily create dropdown select list using react-select library. The libray offers feature to create multi-select, autocomplete with Ajax to load dynamic data in dropdown list. The react-select library also has dynamic features like search, filter, async loading, animated component, easy accessibility, and faster loading time.

(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…)