[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.php to

[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 written