Jump to content

meta refresh with a post


tinker

Recommended Posts

I've got a redirect page which I need to send some POST vars with, here's what i've got, but i'm not getting the results i'm looking for.

 

<html><head>
<meta http-equiv="refresh" content="2; URL=tmp.html">
<meta http-equiv="Content-Type" content="application/x-www-form-urlencoded; charset=UTF-8">
<meta name="method" content="POST" />
<meta name="postData" content="submit=true&cmd=HI" />
</head><body>
<h2>TEST</h2>
</body></html>

 

tmp.html use's some php to output the $_POST variables...

Link to comment
https://forums.phpfreaks.com/topic/86132-meta-refresh-with-a-post/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.