java programs for dynamic execution

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vikramcbz
    New Member
    • Jun 2007
    • 5

    java programs for dynamic execution

    i want java programs where if any insertion happens in mysql database it should run the java program
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Do you mean Java or Javascript?

    You're probably going to insert records in the MySQL database using PHP (or some other server-side language). Just include the Javascript code to run after the data has been added.

    Comment

    Working...