aliento Posted March 15, 2009 Share Posted March 15, 2009 Hi to all, I have a form into a div and i want to submit data and return data into the div like message send. I cant send to the php script which send email into url with GET like contact.php?message=$message because message will be big (or i can send it as it is big text through GET?) It will be helpful any advice. Thank u Link to comment https://forums.phpfreaks.com/topic/149516-solved-submiting-data-through-a-form-into-a-div/ Share on other sites More sharing options...
shlumph Posted March 15, 2009 Share Posted March 15, 2009 I'm not sure I understand your question. If you're using large values, use POST, not GET, as GET is limited... Link to comment https://forums.phpfreaks.com/topic/149516-solved-submiting-data-through-a-form-into-a-div/#findComment-785224 Share on other sites More sharing options...
aliento Posted March 15, 2009 Author Share Posted March 15, 2009 Sorry for my bad English i am keep learning. Thank you this was my question. Link to comment https://forums.phpfreaks.com/topic/149516-solved-submiting-data-through-a-form-into-a-div/#findComment-785225 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.