|
Posted by Martin Jay on 04/23/06 23:23
In message <1145821497.829270.19200@t31g2000cwb.googlegroups.com>,
netrate@yahoo.com writes
>I am looking for a way to submit a code that the user inputs - maybe
>just have an input box and a submit button, from this code, the html
>will send an email to me AND display the what the code means to the
>user, kind of like revealing if they won or not. Is there a way of
>doing this in html?
This cannot be done with HTML alone. You will have to submit the form
to a server side script, written in something such as PHP, for
processing.
And if there are a lot of codes with different meanings you'd probably
need a database too.
--
Martin Jay
Navigation:
[Reply to this message]
|