Page 1 of 1

php/mysql related question

Posted: Sun Feb 15, 2009 12:28 am
by kip
I am developing a service selection application and I want to develop a notification using php and mysql that will notify me when an item is entered into the database. Also do i need to set up some kind of a network to communicate between the computers.

Any suggestions pls.

Re: php/mysql related question

Posted: Mon Feb 16, 2009 12:14 am
by longshoremoney
How is someone entering the data into the database? If they are using a PHP page, have it send an email if the data is successfully queried in to the database.

Here is a helpful link on how to send an email using PHP. Look at the example!
http://email.about.com/cs/phpemailtips/qt/et031202.htm

Cheers