history files in php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • plmaokaneng
    New Member
    • Mar 2007
    • 2

    history files in php

    greetings everyone,

    im new to html and doing a task on web development. iyour help will be much appreciated. im still a student.

    i want a code that when you deletes from MySql table, the deleted records are sent to the next MySql table which will serve as a history files to see what records were once in the main system

    thanx i got no code to show, im strugling
  • federicog
    New Member
    • Mar 2007
    • 30

    #2
    I don't think there is an automatic way to do that.
    You could create a function that copies the record to the history table and then deletes the original.

    Good Luck!

    Comment

    Working...