I'm using HTML forms and the action after submitting executes a php program.
I've removed all html in the PHP but when it runs it displays a clear unlabeled white screen on the browser.
Is there a way to execute a PHP program on a browser and not have any visual result?
The end goal would be just to click submit on the website html form and the PHP program would execute in background but remain on the same web page.
Thanks,
KC