<?php function http_request( $name ) { if ( isset( $_REQUEST[ $name ] ) ) { return mysql_real_escape_string( $_REQUEST[ $name ] ); } return ''; } ?>
No comments:
Post a Comment