hi,
please how to send data from input fields to another page via redirect ->
need posted data to somepage.php
ob_start(); header("Refresh: 0; URL=http://" . $_SERVER['HTTP_HOST'] ."/somepage.php"); ob_end_flush();
thanx
Look into [man]cURL[/man]...