$Query_job_move_free_job = mysql_query("SELECT * from tbl_order where user_id='$ses_ma_id' ");
//$Query_job_move_free_job = mysql_query("SELECT * from shop_product where stock_status_id='0' order by product_id desc ");
$nsssss=mysql_num_rows($Query_job_move_free_job);
?>
while($row_job_move_free_job = mysql_fetch_array($Query_job_move_free_job))
{
$productid=$row_job_move_free_job['productid'];
"SELECT * from shop_product where product_id='$productid' and v_s='1' ";
$Query_job_move_free_job_dev = mysql_query("SELECT * from shop_product where product_id='$productid' and v_s='1' ");
//$Query_job_move_free_job = mysql_query("SELECT * from shop_product where stock_status_id='0' order by product_id desc ");
$nsssss_dev=mysql_num_rows($Query_job_move_free_job_dev);
$row_job_move_free_job_dev = mysql_fetch_array($Query_job_move_free_job_dev)
?>
if($nsssss_dev==1)
{
?>