#php
Read more stories on Hashnode
Articles with this tag
Learn How You Can Use PHP To Read And Write Data Into A CSV File · I'm currently building an email software with PHP to help companies send newsletters...
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...
How To Use OctaValidate to Validate Your Server-Side Forms · Form validation is very important to prevent unwanted/malformed data from being stored in...
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...
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...
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...