I have two tables and I must select some records and put it in xls by using PHP script.
I'm try different query but not working.
On JOD_users table i need to select id, name, username, email and on JOD_user_profiles i need to select profile_key and profile_value but the profile_value are in the same column (this is my problem).
How can I have the result in a single row?
Thanks a lot.