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
<
Try this:
"; echo $row['title']; echo $row['content']; } ?>