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 Quote 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'] Quote 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 Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.