Welcome Guest, Not a member yet? Register   Sign In
Confusions about path in CI
#3

[eluser]John_Betong[/eluser]
 
Try this code just before you use require_once(...) then use a relative path to your included file:
Code:
echo '<br />' . base_url();
  echo '<br />' . site_url();
  echo '<br />' . BASEPATH;
  echo '<br />' . APPPATH;
  echo '<br />' . getcwd();


Messages In This Thread
Confusions about path in CI - by El Forum - 10-03-2009, 08:20 AM
Confusions about path in CI - by El Forum - 10-04-2009, 08:04 AM
Confusions about path in CI - by El Forum - 10-04-2009, 09:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB