[eluser]hartmannr76[/eluser]
Ok, I plan on using codeigniter for a blog, so in my root for my site I have the following files and folders
(f)ci (this is my codeigniter folder)
(f)images
(f)css
-index.php (this is the main page of my site)
Im trying to have my main site read in a feed from my codeigniter blog, so my index.php that I keep referencing is not in, nor is associated with the codeigniter index.php.. two completely different things
in my ci folder, I have my controller to display exactly what i want to display on my main site as my feed.. how do I (if its possible) get that controller I made in the codeigniter folder to be displayed on my main site.. I was under the impression it was an include call
Did this help a little bit?