Database
------------------------------------------------------------------------------------------------------------------------------
id <<เป็น ไฟมารี่คี
id_agreement
startdate
enddate
company
address
name_1
name_2
tel
fax
mobile
email
username
passwords
------------------------------------------------------------------------------------------------------------------------------
login.php
เขียนแบบข้างบนละครับแต่เปลี่ยน
$result = mysql_query("select username,passwords from customer where username='$user_login' and passwords='$pwd_login'") ;
เป็น
$result = mysql_query("select id,username,passwords from customer where username='$user_login' and passwords='$pwd_login'") ;