Numeric functions in php
is_numeric() The is_numeric function used to check that the value of a variable is a number or not. Syntax: is_numeric(var_name) Output: Value is a number...
String functions in php
implode() The implode function used to concatenate the array elements as a string with a separator. Syntax: implode(separator, array) Output: Apple,Boy,Cat,Dog explode() This function is...
How to print a numeric pattern
We can print this pattern in php. In this pattern we divide our program in two parts. In first part we are using two ‘for’...
How to print alphabet series in php
We can make alphabet pyramid series very easily using PHP. To print this pyramid pattern in php, we can use different types of method. In...
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...
{“result”:”success”,”redirect”:false} Woocommerce German Market
When I send a purchase order at checkout page then below message is showing but when I press again the button then showing again same...
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.
- ...
PHP code numeric polygon with odd numbers
We get the output of a numeric polygon using php ‘Loops’. We apply the ‘Loops’ with logic in php coding to get the output of...
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...