Action after new/update record

2005-01-26 Thread Patrick Marquetecken
Hi,

I'm quite new with mySQL, i have bought the book Mastering MySQL4 but i don'f 
find a solution for my problem there.
There are no triggers in version 4 if 'im correct, but i want to export a table 
(small one) every time there is a new record or a record modified.

Whats the way to do this, the manupulation of the data goes with php5 on a 
website.

TIA
Patrick


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Action after new/update record

2005-01-26 Thread Jay Blanchard
[snip]
I'm quite new with mySQL, i have bought the book Mastering MySQL4 but i
don'f find a solution for my problem there.
There are no triggers in version 4 if 'im correct, but i want to export
a table (small one) every time there is a new record or a record
modified.

Whats the way to do this, the manupulation of the data goes with php5 on
a website.
[/snip]

Use your application language (PHP) to perform the export.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]