Doing PHP project with MySQL database, I usually meet the problem with duplicate rows value. In the optimization process, I just want to delete all of rows except the first one. I see we have 2 options here: Read More »
Wordpress Tips
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 »
How to get CloudFlare Visitor IPs in PHP?
Not much, but in this blog post, you can expect the easiest way How to get CloudFlare Visitor IPs in PHP programming. As a webmaster, we always want to improve the website performance with CDN, so that I decide to go with CloudFlare. But we usually meet the problem CloudFlare with website/forum spam what we can’t check spam via visitors IPs ... Read More »
How to get Current URL in Javascript?
When develop a wordpress plugin or work in wordpress theme, I usually meet the problem with getting URL in javascript code. The problem come is I want to get current URL of current page because not all situation we can pass the current URL from PHP code. That ‘s why I decide to share this tips to you to save ... Read More »
How to Sign Up Goo.gl API Key
Google Shorten App is very useful for any WordPress site to make short URL. If you want to send to anyone a URL, it ‘s too bad to see the URL is too long. You know, the long URL is only take their time look entire of URL and it have no meaning with them. Read More »
Optimize WordPress Browser Cache by .htaccess
To Optimize WordPress Browser Cache by .htaccess we only need some minutes to do. It will help us very much in wordpress speed and save a lot of server resource. Think about just one logo image file what visitor will load it 10 times in 10 pageviews but now it only load from server one time because of the .htaccess optimization. ... Read More »
Create a Simple WordPress Plugin Tutorial
WordPress Plugin ‘s quite easy with a lot of fun to get started with it. It just take you 5 minutes to create a simple wordpress plugin with the useful functionality. In this blog post, I will show you a very simple wordpress plugin tutorial with very first step to build a quality wordpress plugin. After this, you are free ... Read More »
How to choose the best PHP web hosting?
In this article we will show you how, why and what is the best PHP web hosting what make your php website work fast , security and best support. Read More »
Get started with WordPress quickly?
To get started with Wordpress, we just need 10 minutes to play around with it and then you are free to implement you idea to get success. Read More »