How to hide HTML components after using $_SERVER['PHP_SELF'])?

Ray of Hope (R)

New member
I am using $_SERVER['PHP_SELF']) in my code. The problem is that after I press submit button and get the result, the HTML components (Textbox, button) still in the page. How can I hide them?
 
Back
Top