PHP – Amazon Simple Pay IPN
The following php example helps you integrate the Amazon Simple Pay IPN to your web application. Code Example: amazon_ipn.php
The following php example helps you integrate the Amazon Simple Pay IPN to your web application. Code Example: amazon_ipn.php
The following php example helps you to checks for fake DNS as well as utilizes regex functions to check the string for proper length & characters. Code Example:
The following php example helps you get the address verfication using the USPS web service. You only need to set the Lincence Number, User ID and Password. Code Example:
The following php code helps you get the live shipping rates of DHL server. You only need to set the SiteID and Password. Code Example:
The given PHP example helps you to add your own logo to WordPress dashboard. Add the following lines of code to your theme’s function.php file. Code Example:
The given PHP example helps you to get all images that are attached to a post or page in WordPress. Code Example:
The given PHP funciton returns all of a WordPress post meta data in an array without specifying a key. Code Example:
This PHP function helps you to clean a string while save into database. Code Example:
WordPress menus and sidebars/widgets are really powerful modules, but unfortunately it requires Admin user role to edit them. If you would like to allow users with Editor user role to edit any of the widgets or menus, just paste the… (READ MORE)