Hi..guys!I have a form which need to update some data,how can user without pressing F5 to view the updated value?
Not really possible with PHP seeing as it is all server side. Javascript should be able to handle it - but that all depends if the browser is set to allow it. Maybe a "Refresh Data" button ?
May I know how can it be achieved in javascript?