I am creating a webpage that displays the contents of a mysql table. Upon insert of a new entry, I want to refresh webpage with new table entry. How do I acieve this? Do I use a trigger?
What ever language you are using will have its own method of reloading the page. The process is dependent on how the data is inserted and which language your using. Mysql triggers can't refresh web pages.
Bookmarks