> I've a question which i really don't know what to do!
> If i have a form with a textarea which for example for people to input
> lyric of a song. Now i would like to read those lines of lyric and save it
> as a html file with that song name as the file name. Is it possible for me
> to achieve this?
yes i think, use two fields, one for the title and one for the lyrics.

> I tried to input it just as if it's a data for a field in a table but the
> lyric size is too large and can't be input to the table. (i've set 255 for
> it already)
if you;'re using mysql, use the TEXT type for the column, for which the 
default limit is 64k bytes.

cheers,
hrishi

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to