i use the below code to navigate to a specific site via php code.
header('Location:www.google.com');
i would need a script to be executed but the page shouldn't be navigated. my requirement is - i would like to send message to a person using a link but no page should be navigated as it by the click of a button - execution of the link at server end.
can you please let me know how to do.
thanks, Sam