Hello,
I am trying to do a query in phpmyadmin that selects userid and title from a table called member.
I can get that with a select statement but I need to Insert the results into another table called member2.
Can u do arrays and stuff in phpmyadmin? If so, what do i do differently than in normal php?
Sorry, new to this and cant find similar posts anywhere.