Posted by Gaga on 12/06/06 15:38
> If I understand you correctly you have two tables "users" and "data". If
you
> have the userid as the primary key in the users, you can use that id as a
> secondary key in your data table. That way you can build a relationship
between
> the two tables and can group the information correctly in your SQL.
-- I dont know how to make this in mysql :-(
Im reading data from one table. After i have read selected data i want to
write this data into second table and delete old data in the first table. I
want to make simple "data move" from first to second table. I need to make
all this on one php page. How ?
Navigation:
[Reply to this message]
|