|
||
|
include("../includes/connect.php"); include("../includes/constant.php"); //---------- Information Data // $sql_info = "select * from jos_product1 where id = '".$_GET['id']."' order by id DESC limit 1 "; $exec_info = sendquery($sql_info); $show_info = @mysql_fetch_array($exec_info); // //----------------------------------- ?>
|