Advertisement
shaashwato1308

DB & PHP - Fetch Value

Dec 17th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. <?php
  2. if ($result) {
  3.     while ($rows = mysql_fetch_array($result)) {
  4.         $author = $rows[''];
  5.     }
  6. }
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement