Jump to content

baccarak

Members
  • Posts

    28
  • Joined

  • Last visited

    Never

Everything posted by baccarak

  1. What I know on php you can write on the back of a postage stamp but I am a keen learner and appreciate any help or suggestions on this first hiccup......I have this form: As you can see it is mailed to my subscription list manager (?subscribe) and data held in a flatfile db. This is perfect but does not have the facility to autorespond and notify me of this new subscriber so I have another script to handle this. through process.php. What I want to do is to method=post the info (name and email) in the form to both the subscribe and the process.php in the same button click, is this possible? If it is, it will be invaluable to me echo "<form method=post action=?action=subscribe>"; echo "<Table width=80%><TR><TD width=15%>Name:</TD><TD width=80%><input type='text' name='name' style='font-size:12px'></TD></TR><TR><TD width=15%>Email:</TD><TD width=80%><input type='text' name='email' style='font-size:12px'></TD></TR><TR><TD width=15%><input type=hidden name=group value='$group'><BR><BR></TD><TD width=80%><input type='submit' value='Subscribe' style='font-size:12px'></TD></TR></Table></form>"; Thanks for looking - there is nothing on the web about this (I have looked!!!...lol) but I certain it could help some one else.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.