I am trying to run a simple mail form (php) on yahoo small business hosting.
They require a snippet of code to permit sending mail (which blows my mind).
Here is the code they say to use:
form method=post action="http://us.1.p10.webhosting.yahoo.com/forms?login=YAHOO_USERNAME"
The problem is, is that my php is also performing a post/action and I don't know how to have both processed at the same time.
Here is the php code snippet I'm currently using that also calls post/action (tags left out due to scriptlance):
form action="http://www.LINKTOMYPHP.php" method="post"
How do I combine these to successfully process the mail form and meet yahoo's requirements with their snippet of code?
2007-01-31
14:54:49
·
2 answers
·
asked by
actualitystudios
1
in
Computers & Internet
➔ Programming & Design