Re: [PHP] web refreshing problem

2009-03-09 Thread Nathan Rixham
Andrew Williams wrote: Hi everyone, I discovered that error and warning messages from my program does not display automatically unless you refresh the page. and page also has the same problem. Does it has anything to do with the PHP - Apache settings. post your code - limited in what help

Re: [PHP] web refreshing problem

2009-03-09 Thread Andrew Williams
Hi everyone, I discovered that error and warning messages from my program does not display automatically unless you refresh the page. and page also has the same problem. Does it has anything to do with the PHP - Apache settings. I have added the below message to it but its not making no diffe

Re: [PHP] web refreshing problem

2009-03-09 Thread Virgilio Quilario
>>> >> my php program does not display current result of submitted form >>> >> instead the previous content is shown until you refresh manually >>> >> (which means resubmitting the form). >>> >> >>> >> Can someone help me out because, I want to display the result of the >>> >> latest form result an

Re: [PHP] web refreshing problem

2009-03-09 Thread Virgilio Quilario
>> Hi, >> >> my php program does not display current result of submitted form >> instead the previous content is shown until you refresh manually >> (which means resubmitting the form). >> >> Can someone help me out because, I want to display the result of the >> latest form result and not the old

Re: [PHP] web refreshing problem

2009-03-09 Thread Nathan Rixham
Andrew Williams wrote: Hi, my php program does not display current result of submitted form instead the previous content is shown until you refresh manually (which means resubmitting the form). Can someone help me out because, I want to display the result of the latest form result and not the o

Re: [PHP] web refreshing problem

2009-03-08 Thread Ashley Sheridan
On Sun, 2009-03-08 at 15:56 -0500, George Larson wrote: > Maybe you could use a javascript refresh? But that would still mean > resubmitting the form. > > On Sun, Mar 8, 2009 at 11:35 AM, Andrew Williams > wrote: > > > Hi, > > > > my php program does not display current result of submitted form

Re: [PHP] web refreshing problem

2009-03-08 Thread George Larson
Maybe you could use a javascript refresh? But that would still mean resubmitting the form. On Sun, Mar 8, 2009 at 11:35 AM, Andrew Williams wrote: > Hi, > > my php program does not display current result of submitted form > instead the previous content is shown until you refresh manually > (which