PHP Function Mktime() Tutorial with Example

12 years ago

The mktime() returns the Unix time stamp of the given argument. The result time stamp contains the number of seconds… Read More

How To Convert XML To Associative Array in PHP

12 years ago

Today, I need to convert the XML file into an associative array to store in variables. So I have done… Read More

Simple Tutorial of APC Cache With PHP

12 years ago

This tutorial will explain how to save objects or arrays into the cache using PHP APC Cache, here I will… Read More

How to install APC/APCu cache on WAMP and XAMPP

12 years ago

In this tutorial, I will demonstrate How to install the PHP APC and APCu cache module on your PHP environment… Read More

How To Import CSV File Into MySQL Using PHP

12 years ago

In this php post, I am discussing how to import CSV file into a MySQL database table using PHP.CSV stands… Read More

Top 8 RESTful API Frameworks for PHP in 2022

12 years ago

Today in web development, everyone needs fast and reliable development. Even if you are working on CSS, JavaScript, or web… Read More

Different Types of web services

12 years ago

Before inventing web services, whenever we need to get data from a particular website, first we visit a website and… Read More

Create Dynamic SQL Update Query in PHP and MySqli

12 years ago

Previously, I have described how to Create Dynamic Insert SQL script Using PHP. Let's create a dynamic update SQL query… Read More

Create Dynamic SQL Insert Query in PHP and MySql

12 years ago

This PHP tutorial help to create dynamic sql insert query using table and data .I have taken this function reference… Read More

Simple PHP MVC Framework Example

12 years ago

Today we will discuss how to create an MVC sample application in PHP. Because nowadays in PHP everybody creates a… Read More

Categories