?
Path : /home/admin/public_html/old/promice/ |
Current File : /home/admin/public_html/old/promice/search_kr.php |
<? include("header.php");?> <style type="text/css"> <!-- .style1 { color: #FFFFFF; font-weight: bold; } .style2 {font-weight: bold} .style3 { color: #FFCC00; font-weight: bold; font-size: 12px; } --> </style> <table width="1001" border="0" align="center" cellpadding="0" cellspacing="0"> <!-- fwtable fwsrc="Untitled" fwbase="home.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" --> <tr> <td width="423"><img src="images/spacer.gif" width="423" height="1" border="0" alt=""></td> <td width="16"><img src="images/spacer.gif" width="16" height="1" border="0" alt=""></td> <td width="225"><img src="images/spacer.gif" width="225" height="1" border="0" alt=""></td> <td width="315"><img src="images/spacer.gif" width="315" height="1" border="0" alt=""></td> <td width="21"><img src="images/spacer.gif" width="21" height="1" border="0" alt=""></td> <td width="10"><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td> </tr> <tr> <td colspan="5" bgcolor="#FFFFFF"><div align="center"> <table width="998" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="228"> </td> <td width="770"><table width="100%" border="0" cellspacing="1" cellpadding="1"> <tr> <td height="39" background="images/headtabb.jpg"> </td> </tr> <tr> <td><form id="form1" name="form1" method="post" action="search_akr.php"> <table width="897" border="0" cellpadding="00" cellspacing="0" > <tr> <td height="21" colspan="6">Search</td> </tr> <tr> <td width="60" > </td> <td width="155" >Keyword</td> <td width="149" > </td> <td >Cate</td> <td >Order by </td> <td width="151"> </td> </tr> <tr> <td > </td> <td ><input name="detail" type="text" id="detail" /></td> <td > </td> <td ><?php $sql2 = "select * From article_category_kr"; $result2 = mysql_query($sql2); $Num_Rows2 = mysql_num_rows($result2); $result2 = mysql_query($sql2); echo "<select name=article_category_id id=article_category_id class=input>"; echo "<option value=0>Choose type article"; While($row2= mysql_fetch_array($result2)){ $typecode = $row2["id"]; $typename = $row2["category_name"]; ?> <option value=<? echo "$typecode"; ?> ><? echo "$typecode"; ?>-<? echo "$typename "; ?> <? } echo "</option></select>"; ?> </td> <td ><select name="order" id="order"> <option selected="selected">Select</option> <option value="asc">Ascending</option> <option value="desc">Descending</option> </select></td> <td> </td> </tr> <tr> <td > </td> <td > </td> <td > </td> <td width="136" > </td> <td width="116" > </td> <td rowspan="2"><input name="Submit" type="submit" class="inputxx" id="Submit" value="Search" /></td> </tr> <tr> <td > </td> <td height="20" > </td> <td > </td> <td > </td> <td > </td> </tr> </table> </form> </td> </tr> <tr> <td> </td> </tr> <tr> <td> <center> <br> <br> </center> </td> </tr> <tr> <td> </td> </tr> </table></td> </tr> </table> </div></td> <td><img src="images/spacer.gif" width="1" height="25" border="0" alt=""></td> </tr> </table><? include("footer.php");?> </body> </html>