Category Archives: Web Design

Swapping Array Keys and Values

Dec 06, 2013

If you want interchange the keys and values of an associative array. It’s very easy, just use PHP’s array_flip() function which perform a very specialized..

Read more

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

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

Cs Cart Store Import – Tutorial

Nov 23, 2013

Hi all now we all going to see is Cs Cart Store Import Video Tutorial hope it will help you To get more updates like..

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

What is the HTML DOM(Document Object Model)?

Nov 12, 2013

The HTML DOM views an HTML document as a tree-structure. The tree structure that is defined known as a node-tree.All nodes can be accessed through..

Read more