Search found 3 matches

by Lorib
Fri Jun 26, 2009 10:28 am
Forum: PHP - Code
Topic: newby questions -send mail and redirect from html fomr
Replies: 5
Views: 872

Re: newby questions -send mail and redirect from html fomr

Thanks Eric,

Where would I put that in my code?
by Lorib
Thu Jun 25, 2009 7:17 am
Forum: PHP - Code
Topic: newby questions -send mail and redirect from html fomr
Replies: 5
Views: 872

Re: newby questions -send mail and redirect from html fomr

Hello, Thank you both for your replies. I'll repost the code.   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en&q...
by Lorib
Wed Jun 24, 2009 10:32 am
Forum: PHP - Code
Topic: newby questions -send mail and redirect from html fomr
Replies: 5
Views: 872

newby questions -send mail and redirect from html fomr

Hello, I'm a total newby seeking some help. I created a form to collect contact info and send it to a mySQL db. That part works but I'd like the form to also send an email to the sender and me (so I know the form was completed) and redirect the customer to a thank you page. I don't need an html emai...