writing new page through php replaceing current page

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
sksangtani
Forum Newbie
Posts: 2
Joined: Thu Nov 19, 2009 5:32 am

writing new page through php replaceing current page

Post by sksangtani »

I don't know how to express it properly. Actually i have php page which has displayed some form element on the screen using html through echo. I want to replace this page with new php generated page. At some instance i want to clear what is already on screen and display new information through php using html.
Post Reply