in my formi have some text area for people to enter information, but when i receive the form i dont see what they wrote.
here is a snippet from my form
<td>Other</td>
<td><textarea name="Restore Other" id="Restore Other"></textarea></td>
</tr>
thanks
DW Form
Started by zoom4267, Jul 18 2007 05:41 AM
5 replies to this topic
#1
Posted 18 July 2007 - 05:41 AM
#2
Posted 18 July 2007 - 06:08 AM
We'll need a little more code than this. Probably a good idea to show us the form and the code where you are sending it to yourself.
#3
Posted 18 July 2007 - 01:01 PM
Ya, we'll need to see the full form.
Make sure you have a submit button, and that on the server side you are pulling the information from the $_POST superglobal.
Make sure you have a submit button, and that on the server side you are pulling the information from the $_POST superglobal.
#4
Posted 20 July 2007 - 07:15 AM
lol, superglobal? did we need to know tht
#5
Posted 20 July 2007 - 07:18 PM
Yes. $_POST, $_GET, $_REQUEST, $_SESSION, $_COOKIE, $_SERVER, $_FILES, and $_ENV are all superglobals and are accessible from anywhere in a script; unlike their $HTTP_*_VARS counter-parts.
Just something I like to make sure is clear when I mention them, as I am one of those 'use the correct term or else' kind of persons.
Just something I like to make sure is clear when I mention them, as I am one of those 'use the correct term or else' kind of persons.
#6
Posted 21 July 2007 - 02:33 AM
curthard89, on Jul 20 2007, 06:15 AM, said:
lol, superglobal? did we need to know tht 
Could you keep your post relavent to the subject next time? Or wait for zoom to reply...?
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
