Baan Thai Cooking School: F A Q
[ all question about the course ]

"); $r_no = $row["no"]; $r_name = $row["name"]; $r_email = htmlspecialchars($row["email"]); $r_country = $row["country"]; $r_city = $row["city"]; $r_stamp = $row["stamp"]; //�ŧ�����ŷ�����ʴ������Դ��繡�͡�������ö //�ʴ�����ͧ���¾��������� HTML $r_question = htmlspecialchars($row["question"]); //�ŧ��ͧ��ҧ����ʴ������Դ��繡��͡�����   $r_question = ereg_replace(" " ," " , $r_question); //�ŧ���� ASCII �ͧ��â�鹺�÷Ѵ���� //�������
᷹ $r_question = ereg_replace(chr(13) ,"
" , $r_question); // show each question and answer print ""; print "No : $r_no

"; print "Q: $r_question

"; print "From: $r_name $r_country/$r_city <$r_email>
$r_stamp

"; print ""; print "
"; include("EndConnect.inc"); ?>
Answer:

"; ?>