PHP Magic Methods in PHP – Info PHP Jul 25, 2018 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…
PHP An Easy to Use PHP Email Blast Utility – Info PHP Jul 25, 2018 Introduction Recently I was working on a website for a customer who asked me to import a mailing list to a mysql database table on the site. This was…
PHP PHP to Construct cURL Script to Facilitate Data Streaming – Info PHP Jul 25, 2018 Using PHP to construct cURL script to facilitate data streaming from a secured server connection. INTRODUCTION In the spring of 2008 I was faced with…
PHP Microsoft Drivers For PHP For SQL Server – Info PHP Jul 25, 2018 IntroductionIn this article we will learn the sqlsrv API, which is a Microsoft driver for PHP for SQL Server. The names of all the related functions…
PHP Paging Using PHP – Info PHP Jul 25, 2018 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…
PHP Upload File Using PHP – Info PHP Jul 25, 2018 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…
PHP Hashing Overview in PHP – Info PHP Jul 25, 2018 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…
PHP Introduction to PHP With EM – Info PHP Jul 25, 2018 Hey guys today I will provide you the basic introduction of PHP the most famous language used in web development nowadays. Let's start.What PHP…
PHP Fetch Data From Database and Show in Tabular Format in Codeigniter – Info PHP Jul 25, 2018 IntroductionThis tutorial is intended to introduce you to the CodeIgniter framework and the basic principles of MVC architecture. It will show you…
PHP How to Create One Time Password (OTP) in PHP Jul 25, 2018 Now these days, OTP (one time password) is mandatory in almost each and every service. A developer can generate OTP in many ways but the challenge is…