The &'s in the "Next" URL on the results page are displayed as an html entity. See if this does anything: 223c223 < $this->nextpage = $matches[1][0]; --- > $this->nextpage = htmlspecialchars_decode($matches[1][0]); ~Rolan Joseph Crawford wrote: >Guys i am still in need of help with this ;) > >