Page 1 of 1

Codeigniter

PostPosted: 22. October 2009 17:14
by gfadmin
Im trying to complete the code igniter tutorial on creating a simple blog and when i put this is my code

Code: Select all
<?=form_hidden('blog/comment_insert', $this->uri->segment(3));?>


it output this(when it shouldn't)

uri->segment(3));?>


why is this happening? i have the php short tags enable so i know that cant be the problem.

Re: Codeigniter

PostPosted: 22. October 2009 19:26
by Wiedmann
This file have the extension "*.php"?