Hi All,

I have a form with a submit button that enters the registration data into the MySQL DB...is there a way for a notification to be sent to the System Administrator notifying her about the registration?

Recommended Answers

All 2 Replies

It is very simple. on your submit (and insert into DB) event add few more lines to send e-mail to a specific address. for this, use mail() function.

got it....thanks...

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.