Tag Archives: Script
Warning: Undefined array key 0 in /home/bugcom/public_html/blog/wp-content/themes/bugtreat/content.php on line 33
Warning: Undefined array key 0 in /home/bugcom/public_html/blog/wp-content/themes/bugtreat/content.php on line 33
Cross-Site Scripting Attacks (XSS)
Jan 23, 2014
Cross-Site Scripting (XSS) is a type of security hole where a hacker attempts to inject client-side scripting into a web page that others are able..
Read moreWarning: Undefined array key 0 in /home/bugcom/public_html/blog/wp-content/themes/bugtreat/content.php on line 33
Warning: Undefined array key 0 in /home/bugcom/public_html/blog/wp-content/themes/bugtreat/content.php on line 33
Speed up PHP with APC
Jan 16, 2014
APC stands for Alternative PHP Cache,The Alternative PHP Cache (APC) is a free and open PECL package that provides an opcode cache for PHP. It’s..
Read moreShuffle String Randomly Using PHP Function
Dec 19, 2013
The str_shuffle function is used to shuffle all the characters of a string randomly. The function is mainly used for generating a random password or..
Read moreWorking with CSS max-width Property
Dec 18, 2013
The max-width sets the maximum content width of a block which does not include padding, borders or margins. An element to which max-width applied will..
Read moreenctype HTML attribute
Dec 11, 2013
The enctype attribute’s main purpose is to indicate how the form data/values should be encoded prior to it being sent to the location defined in..
Read moreGet 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