Welcome Guest, Not a member yet? Register   Sign In
include in library
#4

[eluser]tonanbarbarian[/eluser]
base_url will return just that, a URL
so if you use it with an include it will be trying to do the following
Code:
include( base_url().'include/calendar/datepicker.php');
=
Code:
include( 'http://www.example.com/include/calendar/datepicker.php');
Instead you probably want to use one of the predefined path constants such as
BASEPATH
or
APPPATH


Messages In This Thread
include in library - by El Forum - 01-01-2008, 07:30 PM
include in library - by El Forum - 01-01-2008, 08:42 PM
include in library - by El Forum - 01-01-2008, 09:02 PM
include in library - by El Forum - 01-01-2008, 09:39 PM
include in library - by El Forum - 01-01-2008, 09:45 PM
include in library - by El Forum - 01-01-2008, 10:53 PM
include in library - by El Forum - 01-02-2008, 06:06 AM
include in library - by El Forum - 01-02-2008, 09:10 AM
include in library - by El Forum - 01-02-2008, 03:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB