ki Posted December 30, 2006 Share Posted December 30, 2006 is it possible to post with header()? Quote Link to comment Share on other sites More sharing options...
michaellunsford Posted December 30, 2006 Share Posted December 30, 2006 No.But, if you don't mind javascript you could:[code]...<body onload="document.forms[0].submit()"><form method="post" action="somefile.php"><input type="hidden" value="value" name="name"></form></body>...[/code] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.