Php

How To Enable Mod_Rewrite Module In Apache for Xampp/Wamp

In This tutorial, I will describe how to enabled and disabled mode rewrite module into your wamp/xampp. The mod_rewrite is… Read More

12 years ago

Currency Converter In PHP Using Google Api

Google is provides free of cost Currency Converter API to convert one currency into another currency type.Google Currency Converter API… Read More

12 years ago

PHP Function Mktime() Tutorial with Example

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

12 years ago

How To Convert XML To Associative Array in PHP

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

12 years ago

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… Read More

12 years ago

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… Read More

12 years ago

How To Import CSV File Into MySQL Using PHP

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

12 years ago

Top 8 RESTful API Frameworks for PHP in 2022

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

12 years ago

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… Read More

12 years ago

Create Dynamic SQL Update Query in PHP and MySqli

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

12 years ago

Categories