in this post, I’m going to let you know about MySQL event scheduler and how to create events to automate repetitive database tasks. These tasks are similar to Linux cron jobs. MySQL Events are named objects that have one or more SQL statements in them. They’re saved in the database and run at predetermined intervals.
Php
Run PHP and Mysql from the Command line in Windows
This tutorial will cover How to run php script from the command line and Run MySQL from the command line in windows, Sometimes we have big file and run through the command line instead of browser.
How to Read inbox Mails From Exchange Server
In this tutorial i will tell you, how to read inbox folder mail from exchange server.In Earlie post Connect Exchange Server With PHP we have learn how to connect exchange server with PHP, so we will skip those steps.
Laravel 8 CRUD Example with jQuery Datatable
This laravel tutorial help to add CRUD operation with datatable, I will just share laravel code to create a new record, edit a record and delete a record.
Simple Example of JTable With PHP and MySQL
jTable is a very popular jquery HTML table plugin. I got a request about jtable with PHP and MySQL integration. This tutorial help to understand what is jTable and how to use it with PHP and MySQL.