Skip to main content

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

Follow and Unfollow System with PHP & MySQL

In our previous tutorial, we have developed a GST Billing System with PHP and MySQL. In this tutorial, we will explain how to develop Follow and Unfollow System with PHP and MySQL.

We are familiar with the follow and follow functionality as it is used in social networking applications such Twitter, Linkedin etc. In follow and unfollow system, user follow other users to interact them to view their details, posts etc. The users are unfollowed when a user don’t want to interact with them.

(more…)

Visitor Management System with PHP & MySQL

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

Visitor Management System is a web application that’s used to store information of visitors as it’s very hard remember every visitors. It’s very useful and popular system that can be used in hospitals, organizations, offices, schools etc. to track visitors.

So if you’re looking for solution to develop your own online visitor management system, then you’re here at the right place. In this tutorial, we will explain how to develop visitor system using PHP and MySQL.

(more…)

Like and Dislike System with Ajax, PHP & MySQL

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

Like and Dislike or Vote Up and Vote Down is a common functionality of web applications to allow users to rate content, articles, posts, messages etc. The Up and Down vote functionality is needed where articles or posts are published and allow to analysed according to user votes.

So if you’re thinking about implementing Vote Up and Vote Down functionality then you’re here at right place. In this tutorial you will learn how to implement Vote Up and vote Down functionality with Ajax, PHP and MySQL.

We will cover this tutorial in easy steps with running example to display articles and allow users to Vote Up and Vote Down.

(more…)

Build Star Rating System with jQuery, PHP & MySQL

In our previous tutorial, we have explained how to develop User Registration and Login System with PHP & MySQL. In this tutorial, we will explain how to develop Star Rating System with jQuery, PHP & MySQL.

Star Rating System is a special feature of web applications to allow users to rate the services, products etc. It allows the owner to understand their customers preference to improve the quality of product or services.

Here in this tutorial we will create star rating system with logged in user feature to rate products by genuine users. The star rating system with PHP and MySQL script is easy to integrate into any kind of website to add rating feature.

(more…)