purnendu2311
10-19-2007, 07:19 AM
Hi,
I have written one query to search the ISBN number from my database table...
Once i am search ISBN number(81-87409-61-4: it is there in database), then i am getting good result..
But i want same result after searching this number(8187409614). I want to say once i am removing
the hyphen i am not getting the result...
$str1="select * from books where isbn like '%$isbn%' order by bid desc LIMIT $offset, $rowsPerPage";
plz any body can help me out..
Regards,
Ranjan
I have written one query to search the ISBN number from my database table...
Once i am search ISBN number(81-87409-61-4: it is there in database), then i am getting good result..
But i want same result after searching this number(8187409614). I want to say once i am removing
the hyphen i am not getting the result...
$str1="select * from books where isbn like '%$isbn%' order by bid desc LIMIT $offset, $rowsPerPage";
plz any body can help me out..
Regards,
Ranjan