Does anyone know what type I shall use to let people Insert how much they want into a Mysql database through a webpage. I have used varchar but i realised that it only takes 255 characters.
anyone knows or can redirect me to somewhere?
/swedee
You may want to check out this page on the mySQL Web site that is about the various string types mySQL uses. http://www.mysql.com/doc/S/t/String_types.html
ahh yea thanks a lot