Jump to content



Latest News: (loading..)

Community Status Updates


Praful Kamble's Photo

Praful Kamble

PHP_SELF intrusions can be prevented by using the htmlentities() function. e.g. <form name="test" action="<?php echo htmlentities($_SERVER['PHP_SELF']); ?>" method="post">
Jun 23 2012 12:53 PM