PHP PHP program to print Triangle number in reverse pattern Vikas Kumar Dec 11, 2016 17 1. Program to print Triangle number in reverse pattern <?php for($i=6;$i>=1;$i--) {…
WordPress How to Change The Site URL in WordPress Vikas Kumar Dec 11, 2016 0 In this article we will discuss how to change the site URL in WordPress. Sometimes you may need to change the URL…