In case you have not heard of it in the past, Gzip is a server process that essentially compresses your files on the fly before transmission to the user. Read More »
Tag Archives: php tips
WordPress Hosting/Server System Requirements
WordPress require a very small server configuration hardware and software. In this post, I only talk about the wordpress system requirements what enough to run wordpress (not wordpress fully optimized hosting what make wordpress work fast). Read More »
Get last character from string in PHP
Easy but not for all of us to get last character from string in PHP. It ‘s quite simple to figure out with a quick Google it. So if you found my article about this. Then you are in right place to solve this issuse with a simplest way. Read More »
Extract youtube ID from youtube URL in PHP
Today I will show you a very easy way to Extract youtube ID from youtube URL in PHP. This is very simple task what shouldn’t take time but we usually do it not official with all of situations. Read More »
PHP function to display time ago base on timestamp
Timestamp in PHP only for system usage, for user we have to show it in easy to read way like: 1 minutes ago, 1 hour ago … Today I will show you to use PHP function to display time ago base on timestamp. Read More »