PHP in Mysql Integration
Posted: Sun May 11, 2003 9:07 pm
Hey, i have heard that i could get PHP in a MySql database that will execute everytime you retrieve the table infomation, is this true?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
strange, the german translation states that stored procedures will be implemented but without triggersTriggers will also be implemented. A trigger is effectively a type of stored procedure, one that is invoked when a particular event occurs. For example, you can install a stored procedure that is triggered each time a record is deleted from a transaction table and that stored procedure automatically deletes the corresponding customer from a customer table when all his transactions are deleted.