In this post we have share how to upload image and create multiple thumbnail sizes using CodeIgniter with MySQL. File upload functionality is one of the most common requirements for most of the web applications. Codeigniter file upload library is a very simple to use. File Uploading step-by-s [...]
Author: TechArise Team
CRUD stands for Create, Read, Update and Delete. It is a set of operations we get servers to execute (POST, GET, PUT and DELETE respectively). Create means inserting data into the database using INSERT SQL statement. Read means reading data from the database using SELECT SQL statement. Update [...]
PayKun is the best payment gateway for Indian businesses. It is a safe, secure and easy way to collect payments from the customers. It is gaining popularity because of its trending payment gateway technology and infrastructure, up to the mark services and cost-effectiveness. It is suit [...]
Codelobster is a cross-platform, lightweight IDE that can be used with Windows, macOS, Linux, Ubuntu and more. In this tutorial, we suggest you get acquainted with the free editor of web languages - Codelobster IDE. It is presented on the software market for a long time already, and it wins a [...]
TinyMCE is a powerful and flexible rich text HTML WYSIWYG editor that can be embedded in web applications. It is a JavaScript library that helps you create HTML WYSIWYG editor.
In this tutorial, we will explain you how to load Dynamic content TinyMCE WYSIWYG Editor with PHP, MySQL and AJAX [...]
To-do lists are a great way to allow users to manage their daily tasks. User can add/update their do items, close the list items when completed, and also remove these permanently from a complete list
In this tutorial, we will build our own Do-list application with Ajax, PHP and MySQL.This i [...]
Authorize.Net is the most popular payment Gateway and widely used payment-enabling mechanisms in many E-commerce applications.Authorize.net payment gateway integration supports the standard Visa, MasterCard, Discover, Apple Pay, Google Pay, PayPal, and all popular similar services.
Authoriz [...]
File uploading is a common feature of dynamic web applications. Learn here to file upload using Ajax without page refresh. In this tutorial, we will learn how to File Upload with Progress Bar using CodeIgniter, jQuery, and Ajax. This is a very simple example, you can just copy-paste, and chang [...]
SERP stands for Search Engine Results Pages.The SERP API allows one to scrap data from search engine results and use the same in web applications. It returns real-time results from search engines like (Google, Bing, etc.) based upon the query specified in the API settings. The SERP API is very [...]
REST stands for Representational State Transfer. RESTful Web services are one way of providing interoperability between computer systems on the Internet. Rest API helps to communicate between the client app and the server application. REST is an architecture style for designing networked appli [...]