Invisible text using PHP

PHP

This time, let’s try to insert single character with same color as the background inbetween words. This method will avoid visitor to copy paste text from your homepage […]

Paralel Process In PHP

PHP

In my own experience, paralelizing process in PHP is alot efficient. Not saving your time, but it will save memory usage. I use paralel method when working with […]