Submit Form without Page Refresh using jQuery Ajax with PHP

Submit form without page refresh using ajax php; in this example; i will show you how to submit form without page refresh using jQuery ajax in PHP MySQL with validation. And insert data into php mysql database using jquery ajax without page refresh. Also in this post, you will learn how to insert data in … Read more

Node js + MongoDB + REST API Example

Node.js express + mongodb crud rest api; Through this tutorial, i am going to show you how to create crud rest api using node.js express + mongodb with mongoose. Build a REST API with Node + Express and MongoDB Use the following steps to build rest ful crud api with node.js express and mongodb: Step … Read more

Node.js Fetch Data from MongoDB + Mongoose

To fetch data from mongoDB + mongoose database and display in html in node js + express app; In this tutorial, i am going to show you how to fetch/get data from mongodb + mongoose database and how to display in HTML in node js + express app. How to fetch data from MongoDB in … Read more