Posted by Jerry Stuckle on 11/04/07 13:53
Nilesh wrote:
> I have a query about Bzip2 in PHP. Let's say that i have a paragraph
> like:
>
> abcdbc nnotp iidhdmmc;
> uuidpssa
>
> -------End-------
>
> Now, i compress it using bzcompress() and store it in a mysql
> database.
>
> Now suppose i want to search for the string abcd in the database so if
> i encode "abcd" in bzip2 then use the LIKE SQL query; will it fetch me
> the result ?
>
>
Try comp.database.mysql for mysql questions.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|