I am trying to set up a page in my site so that I can put article.php?id=filename and include an article in the layout.
I am really new at php and this is the code I'm trying to use:
But it gives me a parse error. How can I fix this?Code:<?php include (articles/'echo "$_GET['id']"'); ?>





Bookmarks