PDA

View Full Version : Choosing the right type for SQl column



MyR
November 22nd, 2010, 10:26 PM
I am creating a php file to store input from a form into a mysql table row.

How should I choose which type for the columns? (varchar vs text vs blob)
Does it even matter?

I haven't found anything particularly useful on google.