to move data from one table to another using php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pavani1
    Banned
    New Member
    • Mar 2008
    • 4

    to move data from one table to another using php

    Hi,


    I have to move my data from one table to another table in database when some condition is true.

    plz tell that how to start logic.
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    Use the SQL command[code=mysql]
    INSERT INTO TargetTable (col1, col2, colx)
    SELECT col1,col2, colx
    FROM SourceTable[/code]Ronald

    Comment

    • thirusvga
      New Member
      • Feb 2008
      • 9

      #3
      myself having same problem...if u found please send that coding to.my mail id...

      email address removed - moderator
      Last edited by ronverdonk; Apr 24 '08, 10:38 AM. Reason: remove email address

      Comment

      Working...