PHP - Page 3

Contact Us Page Design – HTML Form

A simple and different contact us page template using HTML and CSS with responsive design. ...

March 23rd, 2023

Convert PHP CSV to JSON

Simple and variety of alternate methods in PHP to convert CSV into a JSON format. ...

March 17th, 2023

Event Management System Project in PHP

Example for integrating event management system using JavaScript FullCalendar with PHP and MySQL. ...

March 10th, 2023

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

↑ Back to Top