Sep 02, 2014
It’s always important to clean/sanitize variables that are submitted via web forms to prevent against all kinds of different malicious threat. Here is a complete..
Read moreJul 04, 2014
It’s always important to clean/sanitize variables that are submitted via web forms to prevent against all kinds of different malicious threat. Here is a complete..
Read moreJun 03, 2014
Sometimes we need to ban particular visitors to access our website. For this, the most common reason is spammers and scrapers that perform malicious activity..
Read moreApr 12, 2014
Tip 1 (Knowing what parts of your script is using the most memory) If you’re looking to find out where your script is running out..
Read moreApr 12, 2014
There are cases when it might be quite important to know how much memory uses each variable in PHP script. The function memory_get_usage returns the..
Read moreMar 17, 2014
A very simple and useful method to find a random integer between two numbers. Found this simple javascript function to calculate random integer between two..
Read more