Live value from database without reloading page

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
vintoICT
User
Posts: 389

Live value from database without reloading page

Post by vintoICT »

I have 2 pages. Page 1 . dashboard where select query from database shows report of database query , page 2 is a form for users input of values . How do i show latest total value on page 1 without refreshing the page. just auto load the latest sum whem user input on page 2. Thanks


arbei
User
Posts: 9286

Post by arbei »

There is no such feature, you'll need to create your own page using Custom File. If you use jQuery, you may read .load().


vintoICT
User
Posts: 389

Post by vintoICT »

Thank you . I was able to resolve this with XML HttpRequest


Post Reply