Topics

PHP

About this topic: Articles tagged __TAG__

Showing 345 articles

Topics

Articles

Showing 345 articles

How-tos How to Use PHP With Visual Studio Code This tutorial details the process of installing Visual Studio Code, configuring the PHP interpreter and using extension. How-tos How to Hash Password in PHP This tutorial will show you how to carry out password hashing and verification in your PHP code. How-tos How to Use jQuery in PHP This tutorial explains how to use jQuery within your PHP code to increase functionality. How-tos How to Upload Multiple Images in PHP This tutorial details how to use HTML and PHP to upload multiple images at once. How-tos How to Convert CSV File to Array in PHP This tutorial explains how to convert the popular CSV file to array within PHP with the help of built-in functions. How-tos How to Parse RSS and Atom Feeds With PHP This tutorial shows and explains how to parse RSS and Atom feeds with PHP built-in functions and libraries. How-tos How to Use CSS Style in PHP This article will teach you three methods that'll help you use CSS styles in PHP. The first method is via a PHP-only file and the second is to embed PHP in an HTML+CSS file. Then … How-tos How to Get UTC Time in PHP This article teaches you how to get UTC time in PHP using the date_default_timezone_set(), gmdate(), strtotime(), date() methods, and the DateTime object. How-tos How to Save Image From URL in PHP This article teaches five methods to save an image from a URL in PHP. These methods will use functions like file_put_contents(), copy(), fopen(), fread(), fwrite(), and gzdecode(). How-tos How to Perform HTTP Authentication Using PHP Curl This tutorial introduces how to perform basic HTTP authentication using the PHP Curl. How-tos How to Reverse Array in PHP This tutorial demonstrates how to reverse an array in PHP. How-tos How to Divide Integer in PHP This tutorial demonstrates how to divide integers in PHP. How-tos How to Convert Military Time to Standard Time in PHP This tutorial demonstrates how to convert military time to standard time in PHP. How-tos How to Perform Static Code Analysis in PHP This tutorial shows how to perform static code analysis in PHP. How-tos How to Return User Quota With PHP in Linux This tutorial teaches how to return user Quota with PHP in Linux OS. How-tos How to Get the Current Date and Time in PHP This article introduces how to get the current date and time in PHP. It includes date() function, time() function, date_default_timezone_set() function, format() function and … How-tos How to Write Into a File in PHP This article introduces how to write into a file in PHP. It includes file_put_contents() function, fopen() function, fwrite() function and fclose() function. How-tos How to Check if a String Starts With a Specified String in PHP This article introduces how to check if a string starts with a specified string in PHP. It includes substr() function, strpos() function and strncmp() function How-tos How to Use cURL to Get JSON Data and Decode JSON Data in PHP This article introduces how to use cURL to get JSON data and decode JSON data in PHP. It includes curl_init() function, curl_setopt() function, curl_exec() function and … How-tos How to Parse a JSON File in PHP This article introduces how to parse a JSON file in PHP. It includes file_get_contents() function. How-tos How to Convert One Date Format to Another in PHP This article introduces how to convert one date format to another in PHP. It includes date() function, strtotime() function, createFromFormat() function and format() function. How-tos How to Show a Number to Two Decimal Places in PHP This article introduces how to show a number to two decimal places in PHP. It includes number_format() function, round() function and sprintf() function How-tos How to Remove Empty Array Elements in PHP This article introduces how to remove empty array elements in PHP. It includes array_filter() function, array_diff() function and unset() function. How-tos How to Delete an Element From an Array in PHP This article introduces how to delete an element from an array in PHP. It includes unset() function, array_splice() function and array_diff() function

← All topics