hi guys,
i have this mini-project that i'm about to do, where i need to extract some columns and data from SQL and put it in a MySQL database. i'm not sure if there's a way to do it directly, so i was planning on using PHP to do it. the way i see it, i could use PHP to connect to the SQL database, extract the data that i want and insert it into my MySQL database.
i was kinda hoping if there are some PHP geeks or database geeks out there who could give me some pointers or ideas. is what i'm planning feasible?

