Advertisement
Guest User

Untitled

a guest
Jul 11th, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. $SQLNews = $odb -> query("SELECT `title`,`detail`,`date` FROM `news` ORDER BY `date` DESC LIMIT 5");
  3. while ($newsInfo = $SQLNews -> fetch(PDO::FETCH_ASSOC))
  4. {
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement