02042006 0830 GMT-6

Ok then. So what part do you have a problem with?
The radio button is simply:
    <option name="game1" value="9To5" />
    <option name="game2" value"8to4" />

You submit it just like any form:
    <input type="submit" name="submit" value="Submit Game Info" />

You might do a bit of error checking to make sure something was actually 
submitted, but not necessary.

The validation part... what type of validation does the other side want?
It could be as simple as
    <input type="hidden" name="validation" 
value="mysiteaddress.com/ID?45423">

Wade


Marek wrote:

>I have just been tasked with a tiny project that, for someone who knows PHP
>would be a ten second job.  Been trying all sorts of things since I already
>have a number of forms on my site that work, but this I keep getting error
>messages on.
>
>I have three radio buttons on a form.
>
>I want one chosen and then an email sent to me telling me what the choice
>was.
>
>Once the person clicks submit, it redirects them to another page.
>
>The only other thing is a validation that it comes from our web site.
>
>Can anyone help me? I'm on a serious time constraint since I have to have
>this working by tonight in time for the big game tomorrow.
>
>Thanks!
>
>Marek
>
>
>
>
>Community email addresses:
>  Post message: [email protected]
>  Subscribe:    [EMAIL PROTECTED]
>  Unsubscribe:  [EMAIL PROTECTED]
>  List owner:   [EMAIL PROTECTED]
>
>Shortcut URL to this page:
>  http://groups.yahoo.com/group/php-list 
>Yahoo! Groups Links
>
>
>
> 
>
>
>
>
>
>  
>


Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to