How to Store data on MySQL using PHP, BootstrapVue, and Axios?
Hello everyone, in this tutorial we are going to use the BootstrapVue framework, PHP, and Axios to store client-side data on our MySQL database. (more…)
Hello everyone, in this tutorial we are going to use the BootstrapVue framework, PHP, and Axios to store client-side data on our MySQL database. (more…)
Here in this tutorial, I will show you how you can upload image in the server. There are soo many ways to store an image in a server but here in this tutorial, we use PHP to control file system and MySQL database. We store images in the server directory and use MySQL database...
Hello guys, In this post I will guide you to create a Database and Table in MySQL. But before we get started, first we have to know what are database and table?(more…)
There are many ways to create a PDF using PHP. And one of my favorite way to create PDF is by using FPDF library. So let’s see how we can create a PDF using the FPDF library. For the example of PDF, here I am creating a payment invoice slip.Note. You should have some...
Learn, How to connect HTML Register Form to MySQL Database with PHP with simple coding and easy video. First, you have to make a form using HTML code which I provide below. form.html (more…)