Browsing Tag

php

Magic Methods in PHP – Info PHP

IntroductionIn this article we will learn what the magic methods in PHP are and their functionality and uses in PHP projects. The "magic" methods are…

Paging Using PHP – Info PHP

IntroductionThis article explains how to handle a number of records using paging. Whenever we think of paging we think of a fixed number of files…

Upload File Using PHP – Info PHP

IntroductionIn this article we will learn the basic steps for uploading a file into the server or a destination path using PHP. The PHP file system…

Hashing Overview in PHP – Info PHP

IntroductionWe will learn what is the significance of a hash for a secure password in PHP. Password hashing is one of the most basic security issues…