PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
That just pulls from the DB and echos some columns from the DB. You can echo whatever columns you want. Or just do a loop for each $row that is pulled and print everything in it to the screen.