PHP Setting of Visual Studio for PHP Development – Info PHP Jul 25, 2018 Introduction PHP tools for Visual Studio easily integrated with Microsoft Visual Studio and gives the full support of the PHP language. This tool…
PHP Make a Directory in PHP – Info PHP Jul 25, 2018 IntroductionFile Handling is an important topic in any web application. We often need to make a directory, make a file, open a file, read a file,…
PHP Showing Drive Information Using PHP – Info PHP Jul 25, 2018 Introduction This article shows how to see all the drive information. In this article we use a COM object. COM is an abbreviate of Component Object…
PHP Reading Data From a File Using PHP – Info PHP Jul 25, 2018 Introduction In this article I will demonstrate all the possible ways of reading data from a file. Reading content from a file is usually a 3 step…
PHP Writing Data To a File Using PHP – Info PHP Jul 25, 2018 IntroductionThis article explains how to write data to a file. In this article we also see all the ways to write data to the file such as binary-safe.…
PHP Array in PHP – Info PHP Jul 25, 2018 IntroductionAn array is a complex variable that allows us to store multiple values in a single variable. An array variable is as a "container"…
PHP Object Oriented Programming Concepts in PHP – Info PHP Jul 25, 2018 IntroductionIn this article we learn the basic concepts of Object Oriented Programming in PHP. This article covers Object Oriented Programming…
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…