PHP Add Related Posts in Each Posts in WordPress – Info PHP Jul 24, 2018 Introduction This article explains how to add related posts to each post in Wordpress depending on the tags given. Even though there are many…
PHP A Simplified Approach to MVC on PHP – Info PHP Jul 24, 2018 MVC is an approach or method to manage a web application or software development process in three layers that have their own functionality, so that…
PHP PHP Configuration Environment – Info PHP Jul 24, 2018 As we know, when we install PHP in our local machine using wamp or xampp like a local server provider then sometimes we need to configure our PHP work…
PHP Various Methods For Outputting Data on the Browser in PHP – Info PHP Jul 24, 2018 PHP provides the following methods for printing data in the browser: print() echo() printf() sprintf() print(): this statement simply outputs to…
PHP PHP Rest Service – Info PHP Jul 24, 2018 This article explains how to create a simple PHP REST service. This simple PHP service has 2 functions. We are going to call these 2 methods using…
PHP Functions in PHP – Info PHP Jul 23, 2018 This article shows PHP functions that include the following: Invoking function Send parameter to function Type hinting Return multiple values…
PHP Demonstrate Arrays in PHP – Info PHP Jul 23, 2018 This article shows arrays in PHP, including: Create arrays. Sort arrays. Traverse array. Merge, splice, slice and dissect arrays. Output and test for…
PHP Registration and Login Form in PHP Using OOP – Info PHP Jul 23, 2018 This article will help you to create object oriented user registration and login forms. Use the following procedure.Step 1Create a database using…
PHP PHP Introduction And Enviornment Setup – Info PHP Jul 23, 2018 Note: You must have the knowledge of HTML, CSS, and JavaScript.To learn PHP we should read this boring theory but next tutorials are very interesting…
PHP PHP Tutorial – Part 1 – Info PHP Jul 23, 2018 PHP First ProgramToday we start the first program in PHP before starting we should know some points. After installing xampp, we save all our codes…