PHP

How to implement Tag Clouds in PHP

What are Tag Clouds? In technical terms “Tag cloud” can be defined as visual depiction of user-generated tags (words), used typically to describe the content of that page or the website. Not so long ago, we used “meta” tags to describe and define the html page and its contents. In the current time, tag clouds … Continue reading »

Categories: PHP | Tags: , , , , | Leave a comment

Sun’s Web Stack Offers Choice of Operating Systems

Sun showed off its Web Stack on Tuesday, as its name indicates, the stack includes technology used to run Web sites and Web applications. It is based on the AMP portion of the LAMP stack (Linux, Apache, MySQL, Perl/Python/PHP), but users will have a choice of operating systems: Sun’s Solaris, Linux, Windows or other operating … Continue reading »

Categories: Java, PHP, Technology | Tags: , , | 261 Comments

Top Ten Security Vulnerabilities in PHP Code !

1. Unvalidated Parameters Most importantly, turn off register_globals. This configuration setting defaults to off in PHP 4.2.0 and later. Access values from URLs, forms, and cookies through the superglobal arrays $_GET, $_POST, and $_COOKIE. Before you use values from the superglobal arrays, validate them to make sure they don’t contain unexpected input. If you know … Continue reading »

Categories: PHP, PHP, Tips and Tricks | Tags: , , | 373 Comments