Tag Archives: Script

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

Pinterest Launches Its First API

Nov 15, 2013

Pinterest is today, at long last, releasing its first API for developers, which will let third-party sites embed Pinterest pins, and make it easier to..

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

Basics of .htaccess

Nov 07, 2013

A .htaccess (hypertext access) file is a configuration file for use on web servers running the Apache Web Server.It is a directory-level configuration file,as the..

Read more

What is the difference between split() and

Nov 04, 2013

Hi all today the thing we going to see in the post is the difference between split() and explode()? a large string. The split() function..

Read more