brown2005 Posted May 3, 2006 Share Posted May 3, 2006 Hi,If i have a textarea and put say:-abcand then goto a process page... how do i echo whats in the textarea so i can check its correct... i.e.Please check the following is to be inserted:-abc<input type='submit' value='submit'> Link to comment https://forums.phpfreaks.com/topic/8974-echoing-textarea/ Share on other sites More sharing options...
predator12341 Posted May 3, 2006 Share Posted May 3, 2006 can u elaberate a bit more on this please as i dont fully understand thanksregardsMark Link to comment https://forums.phpfreaks.com/topic/8974-echoing-textarea/#findComment-32980 Share on other sites More sharing options...
.josh Posted May 3, 2006 Share Posted May 3, 2006 <textarea rows="10" cols="10" name="textareaname">when you post the form you can get the text from the variable $_POST['textareaname'] Link to comment https://forums.phpfreaks.com/topic/8974-echoing-textarea/#findComment-32998 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.