Birdmansplace Posted December 13, 2008 Share Posted December 13, 2008 I am have in troble finding or even understanding how to sent the textarea to sql. i have form already and just sure what is needed to send to mysql Link to comment https://forums.phpfreaks.com/topic/136799-solved-sending-textarea-to-mysql-database/ Share on other sites More sharing options...
Flames Posted December 13, 2008 Share Posted December 13, 2008 its just like any other input type... im presuming you know forms and stuff so just use <textarea name="bob">Hello</textarea> and then $_POST['bob'] Link to comment https://forums.phpfreaks.com/topic/136799-solved-sending-textarea-to-mysql-database/#findComment-714464 Share on other sites More sharing options...
Birdmansplace Posted December 13, 2008 Author Share Posted December 13, 2008 thats what i was thinking. Thanks flames Link to comment https://forums.phpfreaks.com/topic/136799-solved-sending-textarea-to-mysql-database/#findComment-714466 Share on other sites More sharing options...
Flames Posted December 13, 2008 Share Posted December 13, 2008 Your welcome Link to comment https://forums.phpfreaks.com/topic/136799-solved-sending-textarea-to-mysql-database/#findComment-714470 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.