Advertisement
achshar

Untitled

Jan 29th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. $dbh = new PDO('mysql:host=localhost;dbname=reddit','root',"");
  3. foreach($dbh->query("SELECT id,title,user,subreddit,url from posts") as $row) {
  4. print_r($row);
  5. }
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement