I have a problem in my query. I retrieve the data using sqlsrv_query to move the data from Microsoft SQL 2008 to my mySQL server. The result of my query below:
I want to save the data in my MYSQL without any error in apostrophe. I tried to execute print_r() function but it does not work. I want to show them through foreach but it does not work. Do you have any idea?