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'> Quote Link to comment 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 Quote Link to comment 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'] Quote Link to comment 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.