Guest User

Untitled

a guest
Jul 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. for($i=0;$i<mysql_num_rows($result);$i++){
  2. echo$row["titre"];
  3. echo"</br>";
  4. if ($i+1<mysql_num_rows($result))
  5. $row = mysql_fetch_assoc($result);
Add Comment
Please, Sign In to add comment