I have 3 files index.php, search.php, test.php
test.php contains a script just for execution doesn't display anything I want user to automatically redirect (without delay, without displaying anything) from test.php (after execution of test.php) to where they came from
like this
index.php -> test.php ---> index.php
search.php?q=searchterm -> test.php ---> search.php?q=searchterm
I'm new to php so help anyone