I want to pass some variable POST via url with the $_SERVER[HTTP_REFERER] (Like the Return Link).
If someone click on the $SERVER[HTTP_REFERER] then he goes back and receive no result because all the varieble must be in $POST like $_GET.
Well, how can i solve that by pass variable through the link with $_POST global?