Results 1 to 4 of 4

Thread: Easy Form Question

Threaded View

  1. #1

    Thread Starter
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    Resolved Easy Form Question

    There will be such an easy answer for this but if I have a form which asks the user to delete an entry or not, how do I pass Yes/No into the form string?

    PHP Code:
    echo  "<form name =\"form1\" method=\"post\" action=\"forums.php?delete_entry=(how to add yes/no here)\">

    Do you want to delete this entry?<br>
    <input type=\"submit\" value=\"Yes\">
    &nbsp;&nbsp;&nbsp;&nbsp;
    <input type=\"submit\" value=\"No\">
    </form>"

    Last edited by lintz; Sep 22nd, 2004 at 10:09 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width