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 have a form and would like to be able to display the variables in a second page on Submit rather than displaying then at bottom of screen on same page. Have tried css stylesheets but those does not seem to work in the browser. I heard that there is no such thing as page breaks in html. Wondering if someone has been able to code this with php.
Not as a solution but more as an explanation, the concept of page exists in the web but it is the same as a document such as a word document or a pdf document. The page concept that you are talking about applies to printing where you have a physical limitation of the information you can display on the media whilst on the web, you have no limit except maybe on the RAM of the user but that is not a fixed physical problem like the size of a sheet of paper.