Hey.
I've have been attempting to create a website and I was just wondering something.
On my page's I have post's like this..
<h3>This Post</h3>
<p>Content of post</p>
How do you make it so when I click the title, it will show just that post and then if I want it to, Also show a comment box underneath.
A bit like Tumblr or Wordpress, So when you click the post title, it shows that post plus a comment box.
The only way I can think of is using
<?php include("filename.php")?>
but wouldn't that mean seperate .php files for each post?
Thanks in advance.