Forum Moderators: open
I've got a mysql database with several tables, one of which is articles. In the PHP front end to this database I have placed a copy button which just copies an article. So far I have been using a query to create php variables of all the fields and then running another query as a simple insert script back into the database.
This seems clumsy and I was wondering if I can just pass a single query to mysql that copies the complete entry...?
Thanks for your help!