how do i print a specific area of a web page using php

Recommended Answers

All 2 Replies

Be specific=)

Normally, with pure PHP you will re-display the whole page with information changed where appropriate. This would normally be as a result of the user clicking on a button or link on the page. If you want to re-display just a section of the page without refreshing the whole page and/or without any user intervention, then you probably need some javascript / Ajax.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.