For a search-functionality on my page, I´ve got a submit that gives a title to a php via GET.
After the submit, I get to the called php. What I need is, that I get to a different site where I can see the result of the called php-function.
How can I manage this?
I’m not quite sure I understand your question. But if you need to redirect from one page to another and retain some information, you can save information to the session and restore it after the redirect has finnished.