i want to make it so they can log in, then submit the poem name and actual poem (in two input fields), and then it will save them both
at first i thought to use a db, but im not sure whether a variable could fit a whole poem in it..
then i thought of saving it to a file (fopen, fwrite, etc..), but i know theres probably a better way, cuz if they all contribute 10, thats 40 text files.. and a waste of space
so im just wondering whether a mysql variable can hold a whole poem, and if not, how you would go about saving and displaying them..