To install composer package in windows operating system. you will need to follow below steps. Step 1: First download xampp server on you ...
Read More
Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts
Get total execution time of any PHP Script.
Using this below script we can easily calculate execution time of php script. $time_start = microtime(true); // Add script which tim...
Read More
PHP Condition to check space is available or not between two or more words
Using below code we can get that space is available or not btween two or more words. $str = 'Hello World!'; if ($str == trim($...
Read More
Subscribe to:
Posts (Atom)