Tech Arise

Web Development Tutorials & Resources

Skip to content
Menu
  • Home
  • Tutorials
    • PHP
    • Codeigniter
    • Node JS
  • How To
  • Live Demo

Author: TechArise Team

Import Data to Excel and CSV file using PhpSpreadsheet library in CodeIgniter and MySQL

Posted onLast Updated : March 21, 2019Last Updated : September 25, 2021By TechArise Team
Using Excel and CSV file you can store all the data and import the Excel and CSV file data into the database at once using PhpSpreadsheet library in CodeIgniter and MySQL.PhpSpreadsheet is a PHP library for reading and writing spreadsheet files. Import Excel and CSV into MySQL help to save the [...]
Read More

Export Data to Excel and CSV file using PhpSpreadsheet library in CodeIgniter and MySQL

Posted onLast Updated : March 21, 2019Last Updated : September 25, 2021By TechArise Team
Export data functionality makes your web application user-friendly and helps the user to maintain list data.PhpSpreadsheet is a pure PHP library for reading and writing spreadsheet files. This tutorial will help you understand how Export Data to Excel and CSV files using PhpSpreadsheet library [...]
Read More

A Brief Introduction To Defensive Web Design

Posted onLast Updated : March 17, 2019Last Updated : September 25, 2021By TechArise Team
No matter how carefully you design your website or application, and how much testing you do, the visitors to the site might still come across problems that affect their use of the website. These issues may arise either due to website errors or because of user errors and the solution to the [...]
Read More

Create AJAX Contact Form in CodeIgniter and Send Email via SMTP Server

Posted onLast Updated : March 7, 2019Last Updated : September 25, 2021By TechArise Team
A contact page is a standard web page on a website used to allow the visitor to contact the website owner.CodeIgniter AJAX contact form is used to send contact information without page refresh and use both side validation client and server. In this tutorial, We have to share a simple AJAX-base [...]
Read More

Create and Download Zip File using CodeIgniter

Posted onLast Updated : March 6, 2019Last Updated : October 2, 2021By TechArise Team
A ZIP file is an archive that contains one or more files or directories compressed. Zip files make it easy to keep related files or directories together and make transporting, e-mailing, downloading, and storing data and software faster and more efficient. In this tutorial, We have share how [...]
Read More

Password Protected PDF Generation in PHP and MySQL

Posted onLast Updated : March 3, 2019Last Updated : September 7, 2023By TechArise Team
PDF stands for the Portable Document Format. The PDF format is commonly used for saving documents and publications in a standard format that can be viewed on multiple devices. In this tutorial, We have share how to generate Password Protected PDF Generation in PHP and MySQL.TCPDF is now one of [...]
Read More

Ajax Image Upload with Form Data using jQuery, PHP and MySQL

Posted onLast Updated : March 2, 2019Last Updated : October 3, 2021By TechArise Team
Uploading Image from client to server is one of the most popular features of any web application. jQuery and Ajax can be used to upload images without page refresh. In this tutorial, We have share Ajax Image Upload with Form Data using jQuery, PHP and MySQL. The FormData object lets you com [...]
Read More

Import/Export Data to CSV file with CodeIgniter and MySQL

Posted onLast Updated : February 25, 2019Last Updated : October 3, 2021By TechArise Team
CSV stands for "comma-separated values". Its data fields are most often separated or delimited, by a comma. The CSV format is the most popular file format to use for data export and import functionality.Import/Export data functionality makes your web application user-friendly and helps the use [...]
Read More

Build Shopping Cart with CodeIgniter, Ajax and MySQL

Posted onLast Updated : February 24, 2019Last Updated : October 3, 2021By TechArise Team
In online marketing, a shopping cart is a piece of software that facilitates the purchase of products. The Cart Class permits items to be added to a session that stays active while a user is browsing your site. These items can be retrieved and displayed in a standard “shopping cart” format, al [...]
Read More

Autocomplete Search with Dynamic Data using CodeIgniter and Bootstrap Typeahead

Posted onLast Updated : February 10, 2019Last Updated : October 3, 2021By TechArise Team
In this tutorial, We will learn how to autocomplete search with dynamic data using CodeIgniter and bootstrap typeahead input. I use jQuery AJAX to call the PHP, MySQL script to read the data from the database and autocomplete dynamically. We will use a MySQL database for the country list. We h [...]
Read More

Posts pagination

Previous Page Page 1 … Page 7 Page 8 Page 9 … Page 11 Next Page

Latest Articles

  • Library Management System in PHP and MySQL
  • NodeJS RESTfull APIs with Express and MySQL
  • How to get current date, given a timezone in PHP
  • Laravel 9 Registration and Login using MySQL
  • Convert HTML Content to PDF using JavaScript
  • Home
  •  |  
  • Contact Us
  •  | 
  • About Us

Copyright © 2011 - 2025 TECHARISE.COM All rights reserved.