I think I can do this using Joins? How? Xampp doesn’t respond when I use this one. It doesn’t even show errors, just doesn’t do anything. Works with other queries.
SELECT *
FROM acw_papers_web
WHERE id_paper_web IN (SELECT id_paper_web FROM acw_papers_web_autores
WHERE nombre_autor_pw LIKE '%$autor%')
You can use
JOINlike this: