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