909 function retrieve_password($email)
910 { global $connection,$fix,$domainname,$emailcontact;
911
912 $query="select * from ".$fix."member where email='".$email."'";
913 $result = mysqli_query($connection,$query);
914 $count=mysqli_num_rows($result);
หรือ Download ไฟล์ member.php ที่แก้ไขเรียบร้อยแล้ว จากลิงค์ นี้ครับ