ki Posted December 30, 2006 Share Posted December 30, 2006 is it possible to post with header()? Link to comment https://forums.phpfreaks.com/topic/32296-just-wandering/ 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] Link to comment https://forums.phpfreaks.com/topic/32296-just-wandering/#findComment-149909 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.