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!
I used the ADODB method to connect to postgresql to select some data. Using while loop I displayed all the elements of the object till the end of file. Now i want to display them again from the starting element in the same page. How can i do this.