Welcome Guest, Not a member yet? Register   Sign In
Parent Page Link Not Working Correct.
#2

(This post was last modified: 03-05-2016, 04:03 AM by PaulD.)

Hi,

'strrpos' returns FALSE if your search term is not found, perhaps your directory name does not have a slash in it.

Paul.

PS Just out of curiosity, why do you do this?
PHP Code:
if (null !==($this->input->get('per_page'))) { 

And not just this...
PHP Code:
if ($this->input->get('per_page')) { 
Reply


Messages In This Thread
RE: Parent Page Link Not Working Correct. - by PaulD - 03-05-2016, 03:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB