PK

ADDRLIN : /home/anibklip/ldhcgewc.org/cms/ajax_pages/
FLL :
Current File : //home/anibklip/ldhcgewc.org/cms/ajax_pages/get_prd_unit.php

<?php
@include_once "../../conn.php";

$q="select * from prd where product_id='$_GET[product_id]' ";
$q=mysql_query($q) or die(mysql_error());
if($r=mysql_fetch_array($q,MYSQL_ASSOC)){
	echo "<strong>[ ".strtoupper($r[unit])." ]</strong>";
 }
 ?>


PK 99