PHP Getting Starting With PHP 7.0 – Info PHP Jul 23, 2018 IntroductionI am starting to make a series of articles on PHP 7.0. This is the latest release, and today I will give you a brief description about…
Web Development What’s new in PHP 7.3 – Info Web Dev Jul 23, 2018 PHP 7.3 is now available in its first alpha release, signifying the start of the release cycle for the next version of the server-side scripting…
PHP PHP 7.0 – Variables And Comments – Info PHP Jul 23, 2018 IntroductionThis is my second article on PHP 7.0. In this article we discuss variables, comments, and single and double quotes of PHP. Here's my…
PHP Create Dynamic Invoice Form Using PHP – Info PHP Jul 23, 2018 Introduction:Today, I am starting to write an article about dynamic invoice forms in PHP because we need this type of form in a professional way and…
PHP Working With Wamp Server To Create A Database And Host A Website – Info PHP Jul 23, 2018 IntroductionWAMP Server is a server which is used to host PHP pages. PHP is a server-side scripting language developed by Rasmus Lerdorf.WAMP stands…
PHP What is XML And How To Use XML in PHP – Info PHP Jul 23, 2018 A markup language is used to annotate text or add additional information. It is a case sensitive. These are used everywhere in commerce to…
PHP Installing Moodle In Xampp – Info PHP Jul 23, 2018 Moodle is an open source E-Learning management system. Moodle is written in PHP. PHP must be installed properly in your system in order to make MOODLE…
PHP Install PHP On Windows – Info PHP Jul 23, 2018 Here are the steps to install PHP in Windows operating system.Introduction to PHPWeb Platform InstallerManual InstallationConclusion Step 1:…
PHP Working With WordPress: Part One (Start With Plugin Development) – Info PHP Jul 23, 2018 In this article we will discuss how to install Wordpress and move further in starting with creating a demo plugin. Here, we will not code our plugin,…
PHP Installation Of Yii (PHP) Framework – Info PHP Jul 23, 2018 What is Yii FrameworkYii is the PHP framework for rapid development of web applications. Yii means “simple and evolutionary” in Chinese. Yii is…