Tag Archives: create

Get all images from a HTML document

Dec 11, 2013

Sometimes we have to get the images from an HTML page just like Facebook does when a link is posted. You can easily get images..

Read more

Marquee tag in HTML and its attributes

Dec 10, 2013

The HTML marquee tag provides a way for browsers to creates a scrolling effect (can be tailored to include any HTML content) vertically or horizontally..

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

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

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