include(dirname(__FILE__)."/include_classes.php");
require_once(dirname(__FILE__).'/_include/db_product.php');
$id = $_GET['id'];
?>
Tomi by Noubikko - Reseller Login
| |  |
|
if($id != '')
{
$productInfo = getProductById($id);
$product = mysql_fetch_object($productInfo);
?> |
}
else
{
?> |
|
}
?>
|