Help with PHP for emailing a form
Posted: Mon Aug 17, 2009 2:54 pm
I have a client that needs an online credit application. What I have is a fairly complex form that I did in HTML, but relates to a PHP file that sends the info via email to the client. This part works fine but I am trying to understand how and what to add so that the form appears in the email similar to how it looks in the form rather than just simple text.
Would I need to set up another PHP file with HTML to structure what is sent or can it be done in the same file?
Is there an easier way to do this I might be overlooking?
I'm trying to avoid having to set up a database or anything more complex than a few pages of PHP and HTML.
Thanks!
Would I need to set up another PHP file with HTML to structure what is sent or can it be done in the same file?
Is there an easier way to do this I might be overlooking?
I'm trying to avoid having to set up a database or anything more complex than a few pages of PHP and HTML.
Thanks!