how to give information to other php file and refresh it
Moderator: General Moderators
how to give information to other php file and refresh it
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...
- 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
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.
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.