Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. while($rows = mysql_fetch_array($query)) {
  2.  
  3. $article_id = $rows['article_id'];
  4. $article_title = $rows['article_title'];
  5. $article_content = $rows['article_content'];
  6.  
  7. echo "$article_id $article_title<br>$article_content<br><br><br>";
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement