PHP Facebook-Like Notification using AJAX Bootstrap
In this tutorial, I'm going to show you how to create a simple fb like notification using PHP, AJAX and Bootstrap. In this tutorial, a notification will add every time we add a new user.
Creating our Database
First, we're going to create our database. This will store our sample data. 1. Open phpMyAdmin. 2. Click databases, create a database and name it as "notif". 3. After creating a database, click the SQL and paste the below code.- Read more about PHP Facebook-Like Notification using AJAX Bootstrap
- Log in or register to post comments
- 1211 views