Search found 1 match
- Sun Oct 21, 2012 3:52 pm
- Forum: Tutorials
- Topic: PHP Tutorial: Blog (Including Commenting) blank page
- Replies: 1
- Views: 741
PHP Tutorial: Blog (Including Commenting) blank page
I get a blank page when trying to run the blog_list.php.....I have error reporting turned on, but I get no errors. <?php include('core/init.inc.php'); ?> <body> <div> <? $posts = get_posts(); $print_r($posts); ?> </div> </body> </html> <?php // checks if the given post id is in the table. function v...