How to print a triangular pattern in php
We can print this pattern in php. For this we need Variables and ‘for’ loops. First we have Variables in which Symbols are passing as...
How to use meta robots tags ?
Meta robots tag provides a utility of how a web page or post crawling and indexing in search engine and served to users. Add meta...
How to add digits of a numeric series
We can print a numeric pyramid series and also can print the sum of every row using php code. We need two ‘for’ loops to...
How to Embed YouTube video in Iframe
We can embed youtube video using iframe tag and also can use various attributes. We can use these attributes for different purposes like hide or...
How to prevent Google Translator to translate the specific keyword
To stop translating the specific keyword we will use special css class named class=“notranslate”
as follows -
<span class= “notranslate”>SPECIFIC KEYWORD</span>...
How to Change the YouTube Embed Image to Custom Image
You can add your custom image at the place of YouTube embed image. This is used to make your video presentation effectively. You can add...
How to make a numeric Polygon in PHP ?
We get the output of a numeric polygon using php ‘Loops’ with logic. Here we use eight Loops for print this diamond patterns in php....
How to Install WordPress Manually ?
- Download the WordPress package to your local computer from http://wordpress.org/download/. ...
- Upload WordPress to Hosting Account.
- Create MySQL Database and User.
- ...
How to make a numeric polygon shows only one and a plus sign with numbers.
We get the output of a numeric polygon using php ‘Loops’. We apply the ‘Loops’ with logic in coding to get the diamond patterns in...
How to make a numeric polygon shows only 1 on its border.
We can print diamond patterns in numeric polygon using php ‘Loops’. We apply the ‘Loops’ with logic in php coding to get the output of...
How to make a Star Polygon in PHP ?
We create a star polygon. Here we use eight ‘for’ loops. First and fifth are main and other are nested in these. First for loop...
How to Create Custom Widget in WordPress ?
Generally plugins are used in order to create a custom widget in Wordpress and it can be used and viewed after its activation on the...