how to give information to other php file and refresh it

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
BaltarPHP
Forum Newbie
Posts: 10
Joined: Sun May 03, 2009 7:35 am

how to give information to other php file and refresh it

Post by BaltarPHP »

Im developing webpage in PHP. I have php where there is a button and when user clicks on it the php refreshes in browser. In that php file, how can i send information to other php file and i need that the orhet php refreshes in the browser allso when i click a button. I hope u understand what i mean. Im a beginner, please help...
User avatar
akuji36
Forum Contributor
Posts: 190
Joined: Tue Oct 14, 2008 9:53 am
Location: Hartford, Connecticut

Re: how to give information to other php file and refresh it

Post by akuji36 »

I think you are talking about get and post(the way info sent from one page to another).

If this info has to be stored for a while you may need sessions

which "remember" data ex when you visit Amazon you start page reads

"Hello Rod". More info needed one what you are working on.
Post Reply