Soldato
- Joined
- 7 Jan 2007
- Posts
- 10,607
- Location
- Sussex, UK
Hi,
I have created a database and I need to update the last row of each foreign key, then after this insert a new row with some of the contents copied down and some new ones inserted.
Anyone able to guide me?
I have created a database and I need to update the last row of each foreign key, then after this insert a new row with some of the contents copied down and some new ones inserted.
Anyone able to guide me?
PHP:
id | title | menu_id
1 'foo' 1
2 'bar' 1
3 'baz' 2
Last edited: