Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $posts = array()
- $post[] = array(
- 'title' => 'Post 1',
- 'text' => '...',
- );
- $post[] = array(
- 'title' => 'Post 2',
- 'text' => '...',
- );
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement