Can I post data using header function ?
Posted: Wed May 06, 2009 10:54 am
Can I post data using header ?
I need to post this variable: $phpro_username
;
This is requested in login_submit.php:
thanks
I need to post this variable: $phpro_username
Code: Select all
header( 'refresh: 1; url=login_submit.php')This is requested in login_submit.php:
Code: Select all
$_POST['phpro_username']