QUOTE(swordz @ Dec 9 2008, 02:21 PM)

If you want a link that sends a post request with it, you're out of luck with php - by the time the browser displays the page, it's too late. Try Javascript for this (I have no idea whether this is possible though).
If you just want to redirect from one page to another, use the header() function, but this is quite complicated.
swordz
I need to make a php script that parse information from a site which make a post request!
Anyway, thanks for your answer!