ציטוט:
נכתב במקור על ידי Pip
נקודה פסיק ;
PHP קוד:
<? $user = $_POST['user']; $pass = $_POST['pass']; include 'db.php'; mysql_query(" INSERT INTO login VALUES('','$user','$pass')"); mysql_close(); ?>
|
אם בה לך לדעת לא חייב להשים
ציטוט:
Using mysql_close() isn't usually necessary, as non-persistent open links are automatically closed at the end of the script's execution
|