Here we will explain how to replace Urls with links from string Using PHP $string ='Rajiv Uttamchandani is an astrophysicist, human...
Handling timezone conversion with PHP DateTime Create function function convert_to_server_datetime($date, $userTimeZone = 'Americ...
STAR Pattern Printing using PHP for loop Pattern: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Code: for($i=0; $i...
Create Cron Job function in Wordpress plugin Step 1: Register function on plugin activate register_activation_hook(__FILE__, 'activa...
PHP Fresher Technical Interview Questions Question : How to find out leap year? Answer: A leap year is a calendar year containing one ...
Performance Battle, PHP 7 vs. PHP 5 With virtually all updates, minor performance upgrades are to be expected. However, this time PHP bri...
Server Side Datatable handling using PHP and MySql jQuery datatable server side processing. Using jQuery Ajax and MySql. Step 1: View ...
Create and download Zip folder in php ini_set("memory_limit","1280000M"); ini_set('max_execution_time', 60000...
Access modifier in php Restricting access to properties PUBLIC PRIVATE PROTECTED Those class properties and class methods which...
PayPal Standard Payment I think you have already create business account in PayPal. And setup Instant Payment Notification Preferences ...