fansa Posted December 19, 2008 Share Posted December 19, 2008 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??? Quote Link to comment https://forums.phpfreaks.com/topic/137626-why-i-need-to-hit-refresh-button-every-process/ Share on other sites More sharing options...
.josh Posted December 19, 2008 Share Posted December 19, 2008 Would help if you actually posted the code. Offhand I'd say that you have your info display, form and your "processing" in the same script, and you have the processing stuff after the display, so it processes the first time around, but doesn't display updated listing until after you refresh. But that's just a shot in the dark. I'm not psychic or anything. Quote Link to comment https://forums.phpfreaks.com/topic/137626-why-i-need-to-hit-refresh-button-every-process/#findComment-719351 Share on other sites More sharing options...
fansa Posted December 19, 2008 Author Share Posted December 19, 2008 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??? Quote Link to comment https://forums.phpfreaks.com/topic/137626-why-i-need-to-hit-refresh-button-every-process/#findComment-719355 Share on other sites More sharing options...
.josh Posted December 19, 2008 Share Posted December 19, 2008 Again, I can't tell you why your code is messing up, unless you actually post your code. I'm not psychic. If that's not good enough for you, then maybe someone who is psychic will come along shortly. Quote Link to comment https://forums.phpfreaks.com/topic/137626-why-i-need-to-hit-refresh-button-every-process/#findComment-719359 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.