php display issue

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!

Moderator: General Moderators

Post Reply
murphysuk
Forum Newbie
Posts: 1
Joined: Tue Jun 09, 2009 8:26 am

php display issue

Post by murphysuk »

I have a form that selects a set of records that are displayed on the next page. If I have displayed a set of records I can then go back to the previous page and make a new selection. This new set of records displays itself correctly but they are shifted down the page. If I click reset they return to the correct position. I will be using CSS to format the page so I'm guessing this won't be an issue; however, I would be keen to know why this is happening. I am using POST and SESSION variable and suspect they might be the cause.

Many thanks.
Post Reply