hi
I want to redirect my php page to another domain and sending some data via post method (not get method)
is there any way to doing it with header() function? or other solution with php?
example that use of get method:
header("Location: http://www.exapmle.com/?name=reza&family=tony");
exit;