Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

write the function to fetch a image from mysql databases
(datatype blob).

Answer Posted / manish painuly

A BLOB is a binary large object that can hold a variable
amount of data. The four BLOB types are TINYBLOB, BLOB,
MEDIUMBLOB, and LONGBLOB. These differ only in the maximum
length of the values they can hold. The four TEXT types are
TINYTEXT, TEXT, MEDIUMTEXT, and LONGTEXT.
BLOB columns are treated as binary strings (byte strings).
TEXT columns are treated as non-binary strings (character
strings). BLOB columns have no character set, and sorting
and comparison are based on the numeric values of the bytes
in column values. TEXT columns have a character set, and
values are sorted and compared based on the collation of the
character set.
Submitted By Manish Painuly

Is This Answer Correct ?    9 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are php parameters?

1059


How to write the form tag correctly for uploading files?

1014


What is the scope of a variable defined in a function?

1124


How to compare two strings with comparison operators in php?

1013


Why is overriding runtime?

1042


What is T_PAAMAYIM_NEKUDOTAYIM?

1259


What's the best method for sanitizing user input with php?

977


Where do I run php code?

1008


What is the difference between html and php?

1050


What is move_uploaded_file in php?

1028


Is string php function?

1116


What does $this do in php?

1020


Is multiple inheritance supported in php?

1057


Do you know what is the differences between $a != $B and $a !== $B?

1056


List the different types of print functions available in php?

964