Jump to content

Mudsaf

Members
  • Posts

    462
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Mudsaf

  1. Thanks, im going to try this out Works like charm, rep man!
  2. Actually im wondering how these peoples who makes game websites add their games to webistes with pages like 1, 2, 3 ,4 ,5 (Pages with each of em have like max 30 items). So im having the page that displays atm all the games with While ($row = mysql_fetch_array) {//ADDS GAME}[/code Wondering is it possible to make the page display like 30 of games and the next page display next 30 games and so on. So if i have example of 150 games and i want display 30 per page it would be 5 pages total.
  3. Mudsaf

    Table at SQL Query

    Thanks astralaaron everything works perfectly now
  4. Mudsaf

    Table at SQL Query

    Im trying to make php script that gets data from sql and adds it to table, but i have one small problem. I want my table to have total of 8x td and then new row <tr>. Im using while ($row = mysql_fetch_array) { Adds the <td's>} Example. <tr> <td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr> So my point is that when the sql query gets information to table after every 8 information taken from sql it creates new tr.
×
×
  • Create New...