PHP PHP Program to print Triangle number Vikas Kumar Dec 11, 2016 0 In this article write a PHP program to print triangle number. We run for loop 10 times, in which you have 1 outer…
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…
XAMPP Apache Server is not running from XAMPP Control Panel Vikas Kumar Oct 21, 2015 0 I have installed XAMPP on Windows successfully. But, whenever i starts Apache server then found following error…
JavaScript Count word contain UTF 8 character in javascript Vikas Kumar Mar 20, 2015 0 Sometimes we need word counting so it easy for those language take space like Hindi, English etc. But having…