//theloai.php <!doctype html> <html> <head> <meta charset="utf-8"> <title>Thể Loại</title> </head> <body> <?php include("../connect.php"); if(isset($_GET['lang'])) $lang=$_GET['lang']; else $lang="vi"; ?> <form method="get" id="form1" name="form1"> <p> <label for="select">Chọn ngôn ngữ:</label> <select name="lang" id="lang" onChange="form1.submit();"> <option value="vi">Việt</option> <option value="en"<?php if($lang=="en") echo "selected";?>>English</option> </select> </p> </form> <table width="700" border="1" cellspacing="0" cellpadding="0"> <tbody> <tr> <th scope="col">Thứ tự</t...
Trung Tâm Nhất Nghệ - 00299A - KG: 10/04/2021