Why i need to hit refresh button every process

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
fansa
Forum Newbie
Posts: 6
Joined: Thu Dec 18, 2008 6:52 pm

Why i need to hit refresh button every process

Post 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???
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Why i need to hit refresh button every process

Post 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.
fansa
Forum Newbie
Posts: 6
Joined: Thu Dec 18, 2008 6:52 pm

Re: Why i need to hit refresh button every process

Post 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???
User avatar
novice4eva
Forum Contributor
Posts: 327
Joined: Thu Mar 29, 2007 3:48 am
Location: Nepal

Re: Why i need to hit refresh button every process

Post 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.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: Why i need to hit refresh button every process

Post 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.
fansa
Forum Newbie
Posts: 6
Joined: Thu Dec 18, 2008 6:52 pm

Re: Why i need to hit refresh button every process

Post 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
Post Reply