PHP - Category - Page 6

PHP File Upload to Server with MySQL Database

PHP file upload to server examples with minimal code to insert the file into the MySQL database and manage records with edit, delete control ...

February 1st, 2022

HTML Contact Form Template to Email with Custom Fields

Designing a HTML contact form template with an email sending feature using PHP mail() function. ...

January 5th, 2022

Stripe Apple Pay Web Integration with Example

Stripe Apple pay integration steps, procedure with simple example code in PHP to show payment button in a web page. ...

December 2nd, 2021

PHP session time set unset and check existence

A quick solution to learn how to set PHP session time and check expiry before using the session. ...

October 14th, 2021

Sendmail in PHP using mail(), SMTP with Phpmailer

This tutorial describes the power of simple scripting to Sendmail in PHP with various examples with or without libraries. ...

October 10th, 2021

PHP Object to Array Convert using JSON Decode

Quick example to convert PHP object to array using different ways like encoding and typecasting. ...

September 15th, 2021

PHP echo to print HTML, New Line, Text and Array

PHP echo overview, syntax, usage examples for printing line, HTML with simple description and output screenshots. ...

September 2nd, 2021

PHP Explode

A basic idea and the usage practice of PHP explode() function with simple examples to use in a web application. ...

August 29th, 2021

13 best IP geolocation APIs & services for PHP

Best list of IP geolocation APIs and services for PHP with plan and functionality details. ...

August 25th, 2021

PHP Laravel Login Authentication to Allow User via Auth Routes

Laravel login authentication application and enable auth via the Breeze starter kit to quickly set up the system with few simple commands. ...

August 18th, 2021

↑ Back to Top