Page 1 of 1

Why i need to hit refresh button every process

Posted: Thu Dec 18, 2008 6:56 pm
by fansa
Hi,
Anybody can help me??
Why i need to hit refresh button for everytime i do process like add,update,delete.
No response if i only hit add button,update button.
What should i do to resolve this problem???

Re: Why i need to hit refresh button every process

Posted: Thu Dec 18, 2008 7:54 pm
by califdon
I'm so tempted to give a sarcastic answer...

Really, stop and read what you have asked! That has no more meaning than if you asked, "I have a problem. How can I fix it?" If you want to receive programming help, you have to show us what you have done so far and describe what isn't working. We have absolutely no idea what you are talking about.

Re: Why i need to hit refresh button every process

Posted: Thu Dec 18, 2008 7:57 pm
by fansa
sorry make u tempered. :roll: Ok...lets i explain my situation.Everytime i try run my system i cannot look the process directly.For example,when i do some correction in page A,I'll try run the page to test the register button.Actually the page already correct but I need to hit refresh button for many time to look the output.Suppose once i hit register button i can look the output without refresh the page.Is that problem in my php.ini???

Re: Why i need to hit refresh button every process

Posted: Thu Dec 18, 2008 8:37 pm
by novice4eva
I don't know if you are <span style='color:blue' title='I'm naughty, are you naughty?'>smurf</span> at how whole SERVER SIDE scripting works or is it just with the particular page you are talking about!! :D
Couldn't make much sense from what you wrote, but do you mean refresh like the browser refresh button, it sounded more like the refresh that occurs after doing a form submit!! If you are doing a form submit a REFRESH is inevitable unless you are doing it using ajax.

Re: Why i need to hit refresh button every process

Posted: Fri Dec 19, 2008 12:58 am
by Chris Corbyn
I'm not sure what you're asking. Are you asking if you can edit a PHP file and see the changes without a refresh? The short answer is no.

This is also in the wrong forum so I'll move it to PHP Code.

Re: Why i need to hit refresh button every process

Posted: Fri Dec 19, 2008 2:13 am
by fansa
erm..ok,actully i'm asking about PHP coading..but now i solved it.I need to set additional line in php.ini about session that are related with cookies and apache.Thank u for your suggestion :D