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
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
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
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
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 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
>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
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]...
8 matches
Mail list logo