Hi, guys. I've got a simple request form that is submitting a request to a company email address. However, now when the form is submitted, I need the data to be sent in an email to the site's admin. and prompt the company some message...

Anybody can give me a good resource for this?

Thanks!

after submmited the form to the company, then the company recieve another message authomatically retrieve from the database.

Have you looked into php's mail function? mail($to, $subject, $message, $headers);

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.