how to pass int values in mysql query string?
        Posted  
        
            by pamela
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by pamela
        
        
        
        Published on 2010-05-29T16:06:54Z
        Indexed on 
            2010/05/29
            16:12 UTC
        
        
        Read the original article
        Hit count: 226
        
here my code-
$sqlpin = "SELECT pinId FROM tblpin WHERE pinId = '$pin_no', status = 0 ";
status is int type.
it is showing parse error.
© Stack Overflow or respective owner