I have a document entitled: articles.php Within this document, I want to store various written articles which are headed by a string value - example: $post_040905 = "text for April 9th 2005"; print($post_040905); $post_041005 = "article for April 10th 2005"; print($post_041005); How can I view a specific string's text via the browser? I thought I could use domain.com/articles.php?post_040905 and only the content written for that post would be shown. However, all of the posts are shown. I just began reading about PHP from limited tutorials so I am at a loss as to how I can accomplish this. I would appreciate all assistance in this matter. Best Regards, Carlos