Advertisement
spacechase0

Post view

Feb 22nd, 2014
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2.  
  3. require_once( 'post-array.php' );
  4.  
  5. $post = $posts[ $_GET[ 'id' ] ]
  6. echo( '<h1>' . $post[ 'title' ] . '</h1>' );
  7. echo( $posts[ 'text' ] );
  8.  
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement