Using Excel file you can store all the data and import the Excel file data into the database at once using MYSQL and Codeigniter.Import Excel into MySQL helps to save the user time and avoid repetitive work.In this tutorial, We will explain how to import an Excel into MySQL database using Code [...]
Category: Tutorials
Pagination is one of the most frequently used features for web applications. So We have a share in this tutorial, how we can implement CodeIgniter pagination and enhance it further as per our need. Pagination is the process of dividing a document into discrete pages.
[...]
In this article, we have shared how to implement the XSS filter in CodeIgniter. XSS stands for cross-site scripting. CodeIgniter comes with XSS filtering security. There are some cross-site scripting hack prevention filters in CodeIgniter. It is used to disable JavaScript or other types of cod [...]
The most common way of authenticating a user in web applications is through a login form. It is usually used to check the authenticity of the use. In this tutorial, we will create a simple login system using CodeIgniter and MySQL. So here we have handled login functionality by creating a simpl [...]
In this post, We have to share How to Create a Registration Form in CodeIgniter and Bootstrap Framework along with MySQL Database and using MD5 is a 128-bit encryption algorithm. By using this users can easily register, username, first name, last name, email, password fields. After submitting [...]
Magento is a feature-rich eCommerce platform built on open-source technology. Magento is created by Varien which is useful for online business and it has a flexible modular architecture. Designed to be completely scalable and backed by Various support network, Magento offers companies the ulti [...]
Codeigniter is the most popular open-source framework for web application. It can be used to develop any kind of web project from a small website to large scale applications. It is loosely based on the popular model–view–controller (MVC) development pattern, and it is easy to use compare to ot [...]
We have share in this tutorial how to install and configuration Laravel 5.Let us see how to install laravel on windows xmapp. for this we need some server requirements, some of software installation.
Following requirements:
PHP >= 5.6.4
OpenSSL PHP Extension
PDO PHP [...]
We have share in this tutorial how to install and configuration codeigniter. CodeIgniter is an open source Web Application framework built in PHP designed to make your life as a programmer easier, while allowing you good speed for development, and also good performance when the site is up and [...]