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: 153

Filed under:
|

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

Related posts about php

Related posts about mysql