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

Popular posts from this blog

c++ - OpenMP unpredictable overhead -

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

javascript - Wordpress slider, not displayed 100% width -