PHP A Guide to Create Custom Page Templates in WordPress – Info PHP Jul 23, 2018 WordPress leaves a lot of room in terms of design flexibility, without losing its ‘shape’ thanks to the modularity of its templates. Think of these as…
PHP Smarty Framework in PHP – Info PHP Jul 23, 2018 Smarty is a web template engine which is a presentation of HTML & CSS parts. Smarty framework totally depends on PHP OOPS technology. Smarty is…
PHP Laravel From Scratch – Info PHP Jul 23, 2018 IntroductionLaravel is a strong PHP MVC framework to develop Web Applications. It was developed to face the challenges that occurred in CodeIgnitor.…
PHP Create A Custom Form Plugin In WordPress – Part Two – Info PHP Jul 23, 2018 Please read my first part: Today, you will learn how to write a code in a WordPress plugin. WordPress provides plugin features for developers.…
PHP Login Service In PHP And MySQL For Android Applications – Info PHP Jul 23, 2018 Generally a service is one type of intermediary for communication between multiple different technologies, so here we will make a service which is…
PHP How To Use Access Modifiers In PHP – Info PHP Jul 23, 2018 Today we will learn OOPS which is a very important concept used in any program. Every language like PHP,.NET, JAVA ,etc. uses OOPS concepts. OOPS…
PHP Export To Excel In PHP With MySQL – Info PHP Jul 23, 2018 Hello everyone. Today in this article, I will explain to you about exporting the reports in Excel format using PHP and MySQL. So, I will create one…
PHP How To Design A Web Page Using PHP – Info PHP Jul 23, 2018 In this step also, select the location to save the code. In xampp location, show many files. Select htdocs.Step 8In this step, save the page on the…
PHP How To Connect PHP With Azure Web App Using Microsoft Cloud Services – Info PHP Jul 23, 2018 In this article, we will learn how to connect PHP with Azure Web app using FileZilla FTP client and Microsoft Cloud Service. Prerequisites Sign into…
PHP Create A Login Form Validation Using PHP And WAMP / XAMPP – Info PHP Jul 23, 2018 Introduction WAMP stands for Windows, Apache, MySQL and any one of PHP, Perl or Python. WAMP server is a local webserver for running the scripting…