include "meta.php"; ?>
include "top.php"; ?> | |
include "dropdown.php"; ?> | |
include "header.php"; ?> | |
include "left.php"; ?> |
$a= mysql_query("SELECT * FROM product WHERE id='$id'");
while($b=mysql_fetch_array($a)) { ?>$c= mysql_query("SELECT * FROM kat_product WHERE kid='$b[kid]'"); while($d=mysql_fetch_array($c)) { ?> echo "$d[nama]"; }?>echo "$b[nama]";?> |
include "bottom.php"; ?> |