Page 1 of 1

how to give information to other php file and refresh it

Posted: Fri Jun 05, 2009 1:48 am
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...

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

Posted: Fri Jun 05, 2009 12:09 pm
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.