php/mysql related question

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
kip
Forum Newbie
Posts: 1
Joined: Sat Feb 14, 2009 11:39 pm

php/mysql related question

Post 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.
longshoremoney
Forum Newbie
Posts: 3
Joined: Sun Feb 15, 2009 11:33 pm

Re: php/mysql related question

Post 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
Post Reply