passing a query string in php but when its come to number its working fine but its come character its showing no id found where its is working fine in mysql server .kindly check the following code
Passing
<a class=" btn btn-danger navbar-left" target="_blank" style="width:100%" rel="nofollow, noindex"" href="Deals.php?id=<?php echo $row['productId'];?>">View Offer</a>
getting
<?php
include 'Connection.php';
$id = $_GET["id"];
echo "id is".$id;
$query=mysql_query("select * from sdMobiles where productId='$id'") or die ("could not find ");
?>
and here is the page
with char http://sabkideal.com/Deals.php?id=MOBDXVTYVN6WCHNZ
with number id http://sabkideal.com/Deals.php?id=645588442716