This following PHP example helps you to add a short code in to your WordPress post, there's a person can follow you on twitter. Eg. Follow me on Twitter Code Example:
This following PHP example helps you to add a short code in to your WordPress post, there's a person can follow you on twitter. Eg. Follow me on Twitter Code Example:
This following PHP example helps you to validate the credit card number with its financial services corporation. Code Example:
This following PHP example helps you to Add a read more link in WordPress. Code Example:
This following PHP example helps you to download a file from the FTP server and save it to your loacal server. Code Example:
Validating an email address is one of the hardest feats on the web. A valid email can be marketing gold, but an invalid email address is dead weight. Not only does it require a CPU-taxing PHP regular expression ("/^+"."@" . "*". "(\.+)*"."\.({2,6})$/"), the regular expression can be useless even...
The following php example helps you disable (remove) some sidebars, or widgets at all in WordPress on page template with suffix in the template name (*-no-widgets.php, *-no-sidebars.php)p. Code Example:
The following php example helps you get the information about the device, either it's tablet, mobile or desktop. Code Example:
This function returns information about a particular calendar. Calendar information is returned as an array containing the elements calname, calsymbol, month, abbrevmonth and maxdaysinmonth. The names of the different calendars which can be used as calendar are as follows: 0 or CAL_GREGORIAN - Gregorian Calendar 1 or CAL_JULIAN -...
This function returns the product(multiply) of values in an array as an integer or float. Code Example:
This function returns the time when the content of the file was changed last time. Code Example:
This function is identical to readgzfile(), except that it returns the file in an array. Code Example:
This function parses a URL and returns an associative array containing any of the various components of the URL that are present. Code Example: Output
The given PHP example helps you to get the text between given tag. Code Example: