[PHP] Re: refreshing an included php file

2005-03-21 Thread AndreaD
Richard had got it spot on! Have solved it by using iframes. AD "AndreaD" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I have a file, index.php and this has an included file, lets call it >calculate.php. When I insert values in text boxes and hit submit the values >are w

[PHP] Re: refreshing an included php file

2005-03-21 Thread Jason Barnett
AndreaD wrote: > I have a file, index.php and this has an included file, lets call it > calculate.php. When I insert values in text boxes and hit submit the values > are written as cookies. The question is how can I refresh calculate.php so > it shows the new value. > > AD You'll need calculate.ph

[PHP] Re: Refreshing

2003-06-30 Thread Alberto Ferrer
use pconnect? -- -- Alberto Ferrer [EMAIL PROTECTED] http://www.barrahome.org -- Syntax Error in KITCHEN.H: COFFEE not found. "Stephen" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL P

Re: [PHP] Re: refreshing fopen

2003-06-17 Thread Lars Torben Wilson
On Tue, 2003-06-17 at 14:10, Bryan Koschmann - GKT wrote: > On Tue, 17 Jun 2003, Terje Torkelsen wrote: > > > > > PHP is server-side language, so this would be possible. Would go for meta tag > > or a javascript. > > > I know, but I thought I saw somewhere there was a way to do this using > flus

Re: [PHP] Re: refreshing fopen

2003-06-17 Thread Bryan Koschmann - GKT
On Tue, 17 Jun 2003, Terje Torkelsen wrote: > > PHP is server-side language, so this would be possible. Would go for meta tag > or a javascript. I know, but I thought I saw somewhere there was a way to do this using flush() and something else, maybe for use with a progress bar type thing? I kno

[PHP] Re: refreshing fopen

2003-06-17 Thread Terje Torkelsen
PHP is server-side language, so this would be possible. Would go for meta tag or a javascript. On Tue, 17 Jun 2003 22:18:56 +0200, Bryan Koschmann - Gkt wrote (in message <[EMAIL PROTECTED]>): > Hello, > > I'm wondering what the best way to go about this would be. I will be > opening a URL th

[PHP] Re: Refreshing session variables

2002-07-18 Thread Richard Lynch
>I got a problem with refreshing session variables. >When the following code is run , for the first time >both $z and $secretstring are showing same values. > >But when page is refreshed, the $secretstring variable >is still having the old value no matter how many times >I click refresh. > >Am I

[PHP] Re: Refreshing a page.

2002-02-12 Thread LaserJetter
If the login form is processed by a PHP script, just do header("Location: newpage.html"); This will either redirect the page in the fram or redirect the whole document in the browser window. LJ "Morten Nielsen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...