in this post, We will explain how to create your own invoice system with PHP & MySQL.It’s also called Billing Management Systems, we’ll create invoice, list all invoices and print invoice.
Php
Create Admin Login and Logout Page
In this post, I am going to let you know how to create a Normal/Admin register and login using PHP and MySQL. I also provide features to logout from admin dashboard. I will use PHP session to maintain user visibility.
Currency Converter In PHP Using Google Api
Google is provides free of cost Currency Converter API to convert one currency into another currency type.Google Currency Converter API can be implement any programming language. I am suing PHP to create currency converter application to convert real time currency value from one currency type to other currency type.In this tutorials, I will learn how […]
How to Export the jQuery Datatable data to PDF,Excel,CSV and Copy
In This Post I will show you Exporting functionality with Datatable, PHP, and MySQL.I got a huge response from readers on datatable with PHP tutorials, One of my reader request tutorial about datatable with export features. I have research and found that there is two option to add export features into datatable. Also Checkout other […]
Create REST API Example Using Lumen Micro Framework by Laravel -Part I
Rest Web service is a very popular service to communicate between client and server. There is a lot of front-end JavaScript framework available which is using web services to communicate with server.