codeigniter file upload example

Codeigniter file upload example

Spread the loveLast 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 …

Read More »

How to parse XML using php simplexml library

Spread the loveLast 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 …

Read More »

jQuery AJAX example with php MySQL – download source code

ajax jquery php example

Spread the loveLast 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 …

Read More »