html parser - Object moved this document may be found here php -
i'm redirecting web page url. works fine on localhost when host web server give me message says "object moved document may found here". don't know issue here code.
foreach($html->find('a[class=btn btn-warning btn-block]') $element) $redic=$element->href; header("location: $redic");
please me should avoid error. thank you
your path must not absolute! pathname starts root path , specifies directories between root path , specified directory or file.
Comments
Post a Comment