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…
PHP Cascading Drop Down in Codeigniter Using AJAX – Info PHP Jul 25, 2018 We will be using CodeIgniter, which has been described as "a powerful PHP framework with a very small footprint". CodeIgniter is a PHP-driven…
PHP How to Export MySQL Data Into JSON Format in PHP – Info PHP Jul 25, 2018 Hi guys. Today I will explain how to create or export data from a MySQL database into JavaScript Object Notation (JSON) format using PHP. Note:Now…
PHP Create Push Notifications Using Google Cloud Messaging PHP and MySQL in Android – Info PHP Jul 24, 2018 IntroductionGoogle Cloud Messaging for Android (GCM): Helps the developer send data from servers and send data to our application. In other words…