Im new to PHP MySQL. Im developing a songbook site.
I\'m trying to pull data in a database from the ID in the URL site/publicsong.php?id=12.
site/publicsong.php?id=12
<
No need to use the id as a string, you can use like : id=" . $id;
id=" . $id;