Tag Archives: Build

Secure your PHP script by hiding extensions

Dec 02, 2013

In general, security by obscurity is one of the weakest forms of security. Suppose If I were exploiting a site, I wouldn’t check what scripting..

Read more

PHP predefined Magic Constants & usages

Dec 02, 2013

In PHP, a constant is a name or an identifier for a simple value. A constant name starts with a letter or underscore can be..

Read more

How to install ioncube loader in xampp

Nov 28, 2013

1. Find your PHP version using phpinfo() function. You should need to know the version when you download the ionCube loaders. x86/ppc/sparc packages are for..

Read more

Convert or Parse URL into PHP Associative

Nov 26, 2013

Here in this post, we’ll discuss how to convert or parse a URL into PHP associative array containing any of the various components of the..

Read more

Needy Baby Cs Cart Template 4.0.3

Nov 20, 2013

Hi all we are happy to introduce our new cs cart template Needy Baby version 4.0.3. Needybaby is a latest version cs-cart template for creating..

Read more

PHP – Understanding and Validating Integers

Nov 20, 2013

We have often issues with the validation of integers. As PHP has it’s own functions such as is_int() or is_integer() for validating integers,  but sometimes..

Read more