How to get the HTML source code after executing header(location:URL)
Posted
by embedded
on Stack Overflow
See other posts from Stack Overflow
or by embedded
Published on 2010-03-26T12:28:01Z
Indexed on
2010/03/26
12:33 UTC
Read the original article
Hit count: 87
Hi
My web hosting provider does not permit to use curl FOLLOWLOCATION option so I'm trying to do it manually by using the header function.
My problem is that I need to keep my PHP script running and to be able to get the redirected URL data for parsing.
How do I do that?
© Stack Overflow or respective owner