<?php require_once('connection.php'); ?> <link rel="stylesheet" type="text/css" href="css.css" media="all"/> <script type="text/javascript"> function checkvalidate(){ if(document.chatbox.question.value==""){ alert("Please say something before clicking send"); return false; } } </script> <html> <body> <form align=center method=post action="<?$PHP_SELF?>" name="chatbox"> <!--header--> <div class=header><center><h1>SimKody</h1></center></div> <!--chatbox--> <div class=chatbox> <table> <tr><td class=bot></td><td class=botchat>Hello<td></tr> </table> <? if (isset($_POST['question'])) { $question = $_POST['question']; $sql = "select * from kody where word like '$question' order by rand() limit 1"; $dbquery = mysql_query($sql); if (mysql_num_rows($dbquery)==0) { $error = "I don't know. Please teach me."; // echo "<script>"; // echo "alert('I don\'t know. Please teach me.')"; // echo "</script>"; echo "<table align=right>"; echo "<tr><td class=mechat>$question</td><td class=me></td></tr>"; echo "</table>"; echo "<br>"; echo "<br>"; echo "<br>"; echo "<br>"; echo "<table>"; echo "<tr><td class=bot></td><td class=botchat>$error<td></tr>"; echo "</table>"; }else{ while ($row=mysql_fetch_row($dbquery)){ $ques = $row[1]; $ans = $row[2]; echo "<table align=right>"; echo "<tr><td class=mechat>$ques</td><td class=me></td></tr>"; echo "</table>"; echo "<br>"; echo "<br>"; echo "<br>"; echo "<br>"; echo "<table>"; echo "<tr><td class=bot></td><td class=botchat>$ans<td></tr>"; echo "</table>"; } } } ?> </table> </div> <!--chat--> <div class=chat> <input type=text name=question size=100 placeholder="Type some text......"> <input type=button name=send value=send onClick="return checkvalidate()"> </div> <!--menu--> <div class=menu> <table align=left width=30%> <tr> <td width=50% bgcolor=red align=center><a href=index.php>Chat</a></td> <td width=50% bgcolor=red align=center><a href=teach.php>Teach</a></td> </tr> </table> </div> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง