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 »
Tag Archives: php programming
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 with prefix 0 for a number
Today when I try to generate the Student ID for a school project I meet a problem what I think almost us will meet. By the way, I figured out a very good way to solve it so that I decide to share to here. Read More »
PHP remove value in array
As always, I would like to share whatever I meet in my programming work and hope it will save your time in your development. Read More »
Round and Format number in PHP
Making Round and Format number in PHP is quite easy but it will take you much time if you are not familiar with it. But here we help you solve all of these type of issues just in 5 minutes :). Read More »