How to Delete Folders via SSH

How to Delete Folders via SSH

To delete a whole folder and its content recursively, you can follow below steps: Step 1: Open SSH and Go to the path where your folder are there Step 2:… Read more
Export data to excel in php codeigniter

Export data to excel in php codeigniter

In this blog, we will learn how to Export data into Excel in CodeIgniter. Export data functionality makes your web application user-friendly and helps the user to maintain list data.… Read more
Ajax Live Database Search with PHP Codeigniter

Ajax Live Database Search with PHP Codeigniter 

You can create a simple live database search functionality utilizing the Ajax and PHP, where the search results will be displayed as you start typing some character in search input… Read more