I am making a system to store visitors reviews of books on a mysql database. What query would I use to send a large amount of text to a database table?, is it going to matter if the review has quotes and other symbols in it?
first: you should use addslashes() or htmlspecialchars(), there is no special query then
Jakub
Thanks. Also.. what datatype do I use?
Thanks. Also.. what datatype do I use? text :-)
right. but do I use "varchar", "blob", etc.?
"text" :-), do not specify the length