Form Inside While Loop [fixed], Simple Dynamic Posting and Comment using AJAX/Jquery
I have created another tutorial on how to create a dynamic posting and comment using AJAX/JQuery. In this tutorial, you will learn how to create a form inside a while loop in PHP. This tutorial will not give you a good desing but will give you idea on creating a simple posting and commenting.
Creating our Database
First and most important step is for us to create our database. This will serve as our storage for our data. 1. Open phpMyAdmin. 2. Click databases, create a database and name it as "fb_db". 3. After creating a database, click the SQL and paste the below code.- Read more about Form Inside While Loop [fixed], Simple Dynamic Posting and Comment using AJAX/Jquery
- Log in or register to post comments
- 410 views