print $kolor++;
            ?>
.</small></td>
	<td><small><?php 
            echo stripslashes($row["Cid"]);
            ?>
 <input type="hidden" name="custid" id="custid" value="<?php 
            echo stripslashes($row["Cid"]);
            ?>
" /></small></td>
	<td><small><?php 
            echo stripslashes($row["cname"]);
            ?>
</small></td>
	<td><small><?php 
            echo getproducts(stripslashes($row["P_id"]));
            ?>
</small></td>
	<td><small><?php 
            echo stripslashes($row["Cdate"]);
            ?>
</small></td>
    <td>
    	<a href="attach_customer_payment.php?cust_id=<?php 
            echo $row["Cid"];
            ?>
&token=<?php 
            echo $token;
            ?>
"><img src='images/edit.png' title='Edit' border='0' /></a>&nbsp;
    	<?php 
$Country = mysql_query("select distinct(callingcategory_id) from tblassign where callingdata_id='{$id}'");
$_SESSION['product'] = $_GET['cat'];
while ($resultCountry = mysql_fetch_assoc($Country)) {
    ?>
              <option value="<?php 
    echo $resultCountry['callingcategory_id'];
    ?>
" 
			  <?php 
    if ($resultCountry['callingcategory_id'] == $_GET['cat']) {
        ?>
selected<?php 
    }
    ?>
> <?php 
    echo getproducts(stripslashes(ucfirst($resultCountry['callingcategory_id'])));
    ?>
</option>
              <?php 
}
?>
            </select>        </td>
        <td>Calling Date <span class="red">*</span></td>
        <td><input name="callingdate" id="callingdate" class="form-control text_box" type="text" value="<?php 
if (isset($result['id'])) {
    echo $result['calling_date'];
}
?>
" /></td>
        </tr>
        <tr>
        ?>
>
                 <td><small><?php 
        print $kolor++;
        ?>
.</small></td>
                 <td><small><?php 
        echo stripslashes($row["ticket_id"]);
        ?>
</small></td>
				 <td><small><?php 
        echo getOraganization(stripslashes($row["organization_id"]));
        ?>
</small></td>
				 <td><small><?php 
        echo getproducts(stripslashes($row["product"]));
        ?>
</small></td>
                 <td><small><?php 
        echo getRequesttype(stripslashes($row["rqst_type"]));
        ?>
</small></td>
				 <td><small><?php 
        echo stripslashes($row["createddate"]);
        ?>
</small></td>
                 <td><small><?php 
        echo stripslashes($row["appointment_date"] . " " . $row["appointment_time"]);
        ?>
</small></td>
                 <td><small><a href="#" onclick="if(confirm('Do you really want to delete this record?')){ window.location.href='transusers_del.php?id=<?php 
                <div class="col-sm-10" id="divOrgranization">
                   <input type="text" name="organization" id="organization" value="<?php 
if (isset($result['ticket_id'])) {
    echo getOraganization($result['organization_id']);
}
?>
" class="form-control text_box" readonly>
                </div>
            </div>
            
            <div class="form-group">
                <label for="Product" class="col-sm-2 control-label">Product*</label>
                <div class="col-sm-10">
                <input type="text" name="products" id="products" value="<?php 
if (isset($result['ticket_id'])) {
    echo getproducts(stripslashes($result["product"]));
}
?>
" class="form-control text_box" readonly>
                </div>
            </div>
            
            <div class="form-group">
                <label for="Mobile" class="col-sm-2 control-label">Request&nbsp;Type*</label>
                <div class="col-sm-10" id="statediv">
                  <input type="text" name="products" id="products" value="<?php 
if (isset($result['ticket_id'])) {
    echo getRequesttype(stripslashes($result["rqst_type"]));
}
?>
" class="form-control text_box" readonly>