PHP

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 »

How to manipulate images and work with GD library in php

php generate thumbnail using php gd library

Last updated:28th December, 2017How to manipulate images and work with GD library in PHP Graphics are used to make a website more beautiful and you can use many tools like Adobe Photoshop for that but in a lot of places, we need dynamic image manipulation. For this purpose, we can use GD library in PHP. In this article, you will …

Read More »

How to zip, save and download a file in codeigniter

Codeigniter zip, save and download a file

Last updated:1st May, 2021How to zip, save, download a file in codeigniter In this article we are going to see how to zip, save, download a file in codeigniter PHP framework. CodeIgniter is a very popular PHP framework. A previous article is about how to upload  a file using codeigniter PHP framework. CodeIgniter framework you can do many tasks very …

Read More »

codeigniter file upload example

Codeigniter file upload example

Last updated:31st August, 2018 Codeigniter file upload example Codeigniter is a light weight MVC based PHP framework. It is very popular in web development community. Codeigniter is widely used to perform different types of tasks. File upload in codeigniter is very easy and in this article we will see codeigniter file upload example. Codeigniter can be downloaded from https://www.codeigniter.com/download.  After downloading unzip …

Read More »

How to parse XML using php simplexml library

Last updated:26th April, 2021How to parse XML using php simplexml In this tutorial, we are going to learn how to parse XML using php simplexml. XML stands for eXtensible Markup Language. XML is used to store and transport data. This data is both human and machine-readable. It is commonly used for data interchange over the internet.  w3.org is responsible for …

Read More »

jQuery AJAX example with php MySQL – download source code

ajax jquery php example

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 »