View Single Post
  #1 (permalink)  
Old 31st March 2007, 11:46
actualitystudios actualitystudios is offline
just Joined!
 
Join Date: Mar 2007
Posts: 1
actualitystudios is on a distinguished road
Default How can you use 'sendmail' via Yahoo's hosting (they require a snippet

of code) while calling a php mail form? 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?
Reply With Quote
Sponsored Links