hi all,
i am using codeigniter for a shopping cart for my admin panel
i created a first method mentioned here

for this iam getting error failed to open stream 'D:\wamp\www\codeigniter\admin/system/codeigniter/CodeIgniter.php’
i need to add ../ in this line

require_once BASEPATH.'codeigniter/CodeIgniter'.EXT;

how to do this i am getting error for this also any ideas

Look at your file path :

D:\wamp\www\codeigniter\admin/system/codeigniter/CodeIgniter.php

Your slashes are going the wrong way aren't they? Shouldn't the path be forward slashes? >>>> "\"

hi all,
i am using codeigniter for a shopping cart for my admin panel
i created a first method mentioned here

for this iam getting error failed to open stream 'D:\wamp\www\codeigniter\admin/system/codeigniter/CodeIgniter.php’
i need to add ../ in this line

require_once BASEPATH.'codeigniter/CodeIgniter'.EXT;

how to do this i am getting error for this also any ideas

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.