This PHP tutorial help to understand PHP 7 file handling methods with examples.PHP has in-built file handling methods for common file operations.
Read File Line By Line Using PHP
In this PHP tutorial, We will learn how to read any text/xml file line by line and store it in the database. We will use PHP back-end language for reading and storing data in DB.
Different Types of web services
Before inventing web services, whenever we need to get data from a particular website, first we visit a website and with help of an HTTP request is sent to the server from web browsers and server responses display to the visitor. We’ll comparison here between SOAP, XML-RPC and Restful types of web services.
Simple Tutorial of APC Cache With PHP
This tutorial will explain how to save objects or arrays into the cache using PHP APC Cache, here I will show you, How you can use APC Cache in PHP. The APC is supported till the PHP 5.4 version after that you need to use APCu, I have shared a tutorial How To install and […]
How to install APC/APCu cache on WAMP and XAMPP
In this tutorial, I will demonstrate How to install the PHP APC and APCu cache module on your PHP environment (WAMP/XAMPP). First, we will ensure about our version of the APC cache which is based on the compiler version. We will learn how to install PHP APC and APCu Cache on WAMP and XAMPP server […]