Connecting Tech Pros Worldwide Help | Site Map

to move data from one table to another using php

Banned
 
Join Date: Mar 2008
Posts: 4
#1: Mar 29 '08
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's Avatar
Moderator
 
Join Date: Jul 2006
Location: The Netherlands
Posts: 4,139
#2: Mar 29 '08

re: to move data from one table to another using php


Use the SQL command
Expand|Select|Wrap|Line Numbers
  1. INSERT INTO TargetTable (col1, col2, colx)
  2.    SELECT col1,col2, colx
  3.    FROM SourceTable
Ronald
Newbie
 
Join Date: Feb 2008
Posts: 9
#3: Apr 23 '08

re: to move data from one table to another using php


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

email address removed - moderator
Reply