sending POST variables with header()
Moderator: General Moderators
sending POST variables with header()
how do you send POST variables with a header(Location: ...) method? I am trying to redirect a page, but i want to send some variables that were posted to that page with the re-direction...any ideas?
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
You cannot send post variables simply using a header(), you can send get variables however.
If you do need to send post, take a look at cURL.
If you do need to send post, take a look at cURL.