Welcome Guest, Not a member yet? Register   Sign In
redirect() not working - any idea or hint??
#6

[eluser]CroNiX[/eluser]
Also, redirect() is for redirecting to your domain, not external domains like google. redirect() expects segments, to which it appends automatically to the base_url().

Code:
if( $question_number   >   $last_question)  
{
   redirect('result'); //redirects to http://yourdomain.tld/result
}


Messages In This Thread
redirect() not working - any idea or hint?? - by El Forum - 02-09-2014, 04:13 AM
redirect() not working - any idea or hint?? - by El Forum - 02-09-2014, 08:07 AM
redirect() not working - any idea or hint?? - by El Forum - 02-10-2014, 02:03 AM
redirect() not working - any idea or hint?? - by El Forum - 02-10-2014, 04:03 AM
redirect() not working - any idea or hint?? - by El Forum - 02-10-2014, 04:39 AM
redirect() not working - any idea or hint?? - by El Forum - 02-10-2014, 10:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB