| Code: |
| echo "<form action=\"comment.php\" method=\"post\">
Enter your name: <input type=\"text\" name=\"name\" /> For this Image<input type=\"text\" name=\"Images1\"value=\"" . IMAGE . "\"> <br /></select><br />Enter your message: <input type=\"text\" name=\"message\" /> <input type=\"submit\" /></form>"; } |
I can't figure out how to make it so when you hit submit it sends a variable without using an input box
For this Image<input type=\"text\" name=\"Images1\"value=\"" . IMAGE . "\">
i want that to be sent automatically without the user ever seeing it as something they can change
can someone tell me how to do that?
