I have a php webpage which shows qr code after filling a form. My android app scans the qr code and sends the data to the php server to process. The php webpage and the page which process the android request are different. All this works properly.
Now after this I want the desktop page to refresh so that the form and qr code both disappear. How can I do this?
Also should I keep the code which process android request and the form page in the same file or it does not make any difference?
I am a beginner in this please help me. Thank you.