![]() |
|
|
|||||||
| PHP - Code Snippets Functional Code Snippets that other people may find useful. Post them here! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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?
|
| Sponsored Links |
|
|
|
|||
|
It sounds like you don't know how your own PHP stuff works.
What does your own PHP page, the "action" stuff, actually do? If it's just a status page, then use Yahoo's action instead. If your PHP page actually do something, then you'll have to tell us what it does. |