MySQL

php mysqli tutorial for beginners with example source code

php mysqli tutorial for beginners

Last updated:3rd March, 2021php mysqli tutorial for beginners Now a days  to develop complex web sites you must need database interaction. With PHP mostly we use MySQL. To access mysql database we can use mysqli or PDO libraries available in php. In this tutorial we are going to explore php mysqli library functions. PHP mysqli extension provides methods to perform …

Read More »

How to create a mysql trigger and execute with php

php mysql trigger tutorial

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 »

How to create a jQuery drag and drop todo list with php MySQL

jquery drag and drop todo list

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 »