This PHP tutorial helps to read folders/files from a directory. I will provide a simple PHP script that read all files and lists them down into HTML table. The functions is_dir() and is_file() can be used to determine whether a folder or a file.
Php
Advanced search with PHP and MySQL
This tutorial help to create advanced search functionality with PHP and Mysql. We’ll create a PHP form that takes input and search into the MySQL table.
How To Import/Export CSV Data Using MySQLi and PHP 7
This tutorial help to import the CSV data into MySQL and export data from MySQL to csv file. The CSV file is used to import and export data for moving/exchange data information between web applications. You can use rest API or web application to import/export CSV data.
How To Insert/update Data Using $wpdb
In this tutorial, I will let you know insert, update and delete record in wordpress. WordPress is a very popular open source in PHP. WordPress has a lot of inbuilt functionalities, which is basic for any website and blog.
Simple Laravel CRUD Operation Using Laravel 9
This laravel 9 tutorial help to create CRUD operation using laravel 9. CRUD stands for Creating, Reading, Updating, and Deleting resources from the database. I’ll create a controller using the Laravel Resource command.