<? ob_start(); session_start(); ?> <!doctype html> <html> <head> <!--การเข้ารหัสภาษาเพื่อแปลภาษาให้ตรงกัน--> <meta charset="utf-8"> <!--ตั้งชื่อเพจของเว็บแอพ--> <title>member</title> <!--การปรับขนาดหน้าจออัตโมมัติของ jquery--> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> <!--การดึงไฟล์ไลบรารี jqueryมาใช้--> <link rel="stylesheet" href="jquerymobile/jquery.mobile-1.4.5.min.css" /> <script src="jquerymobile/jquery-2.2.0.js"></script> <script src="jquerymobile/jquery.mobile-1.4.5.min.js"></script> </head> <body> <?php require('connect/connect.php'); $srh = $_POST['search']; $sql = "SELECT * FROM menu m, ingredient i,ingredient_has_menu im WHERE m.menu_id=im.menus_id AND im.ingredients_id=i.ingredient_id AND (m.menu_name='$srh' OR i.ingredient_name='$srh')group by menu_name"; $query = mysqli_query($connect, $sql); echo '<a href="nutrition.php?test=menu_id"></a>'; ?> <style type="text/css"> .ui-page { background: transparent url(picture/ja.jpg); } </style> <!--การสร้างฟอร์มส่วนหัวของเว็บแอพ--> <section id="home" data-role="page" data-title="Home"> <header data-role="header"><h1>Healthy Cooking Recipes</h1></header> <div class="content" data-role="content"> <h2>เมนูอาหาร</h2> <form name="search" class="form" method="POST" > <label for="search">ค้นหาเมนูอาหาร</label> <input type="search" name="search" value="" data-mini="true" /> <ul data-role="listview" data-inset="true"> <?php // Show Data All Table news while( $row = mysqli_fetch_assoc($query)): ?> <li> <a href="nutrition.php"> <form action="nutrition.php" method="Get"> <img src="gluten-free.jpg"><h2><h2><?php echo $row["menu_name"];?></h2> <center><h2>จำนวนแคลอรี่ที่ได้รับ <?php echo $row["menu_calorie"];?></h2></center> <center> <h2> ปริมาณอาหาร/กรัม <?php echo $row["menu_quantity"];?></h2></center> </form> </a> </li> <?php endwhile;?> </ul> </form> </div> </section> </div> <!--การสร้างฟอร์มส่วนท้ายของเว็บแอพ--> <footer data-role="footer"><h1>healthycooking@2018</h1></footer> </section> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง