Last updated:9th March, 2019How to create mysql trigger with php What is mysql trigger? A mysql trigger is a stored database object that is always associated with a database table and is executed automatically when a particular defined event occurs. Events when a mysql trigger is executed As stated before a mysql trigger is executed automatically BEFORE or AFTER occurrence of …
Read More »MySQL
How to create a jQuery drag and drop todo list with php MySQL
Last updated:9th March, 2019How to create a jQuery drag and drop todo list jQuery is very popular JavaScript library in web development community. It is used to perform a wide variety of tasks. In a previous article we explored jQuery AJAX example with php MySQL. Here you will learn how to create a jQuery drag and drop todo list with …
Read More »jQuery AJAX example with php MySQL – download source code
Last updated:28th January, 2022jQuery AJAX example with php MySQL jQuery and Ajax are buzzwords now a days in web development community and it is a must have skill for a web developer. In this tutorial we are going to explore jQuery AJAX example with php MySQL and how we can send an AJAX get request using jQuery to fetch data …
Read More »