PHP

Convert PHP JSON to CSV

A simple method to convert JSON string or object to CSV using PHP, with a free code sample and download. ...

March 7th, 2023

Convert PHP Array to CSV

A simple code to convert an array into CSV to make use of creating database table backup. ...

January 23rd, 2023

How to Read a CSV to Array in PHP

A PHP solutions for reading CSV file or strings to convert into an array with native functions ...

November 2nd, 2022

PHP array_push – Add Elements to an Array

Tutorial to learn adding elements to an array in PHP with its native function array_push(). ...

October 30th, 2022

Convert JSON to Array in PHP with Online Demo

Creating an online converter for JSON to an array decoding with a single line using PHP json_decode native function. ...

October 27th, 2022

PHP Array to JSON String Convert with Online Demo

Creating an online tool to convert a PHP array to a JSON object and handling pre-post actions of the array to JSON conversion. ...

October 22nd, 2022

PHP Curl POST JSON Send Request Data

A standard code for an application utility to post JSON data via PHP cURL to a remote URL. ...

October 13th, 2022

Web Push Notifications in PHP

Sending Web Push Notifications with the content from PHP to the browser using the Notification class. ...

October 6th, 2022

How to Generate PHP Random String Token (8 Ways)

PHP script to generate random string tokens with eight different ways and example. ...

October 5th, 2022

Amazon like Product Category Tree

How to build and render a multi-level hierarchical category tree structure in a webpage like an Amazon product category menu. ...

September 29th, 2022

↑ Back to Top