How To Read A CSV File & Write Data Into It Using PHP
Learn How You Can Use PHP To Read And Write Data Into A CSV File

Search for a command to run...
Articles tagged with #php
Learn How You Can Use PHP To Read And Write Data Into A CSV File

In my article today, I will show you how you can upload both single and multiple files in PHP and save them in a zip file. I will make use of the ZipArchive() class in PHP for the purpose of this tutorial. INTRODUCTION The ZipArchive() class is an in...

How To Use OctaValidate to Validate Your Server-Side Forms

A Nonce is a number or a token used only once. You can use Nonce in your pages or forms to add an extra layer of security to your App and one of its features is to differentiate humans from bots. Today, I will show you how to create a simple Nonce i...
Today I will show you how you can write and access nested functions in both JavaScript and PHP. Nesting a Function means having multiple functions called child functions within a particular Function called the parent function. In order to Nest a Fu...

I've written quite a few tutorials on Ternary operators. My last post was about executing multiple actions in a Ternary block in JavaScript. Today, we will focus on PHP. SYNTAX AND LOGIC Consider the code below $a = null; $b = null; $c = null; (!...
