/ Published in: PHP
URL: http://cn.php.net/get_magic_quotes_gpc
Magic quotes for incoming GET/POST/Cookie data.
This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged.
Expand |
Embed | Plain Text
<?php } else { $lastname = $_POST['lastname']; } $sql = "INSERT INTO lastnames (lastname) VALUES ('$lastname')"; ?>
You need to login to post a comment.
