Próbowałem różnych metod.... ale nie udaje mi się chciałem zrobić tak:
Mam tabele arty i tabele autorzy i na podstawie arty.ida oraz autorzy.id chce to powiazac i razem z wyswietleniem artykulow chce wyswietlic info o autorze jak to zrobic?
SELECT * FROM articles LEFT JOIN authors ON articles.author_id = authors.id
<?php // połącznie z bazą danych $resQueryResult = mysql_query( 'SELECT * FROM articles LEFT JOIN authors ON articles.author_id = authors.id' ); { { } } else { } ?>