Welcome Guest, Not a member yet? Register   Sign In
Please Help
#1

[eluser]Ben[/eluser]
Am tring to build the blog on the tutorial but have stambled upon an obstacle can someone have a solution to fix this


My comments_view file code is



<?php echo form_open('blog/comment_insert'); ?>
<?php echo form_hidden('entry_id', $this->uri->segement(3)); ?>

<p>&lt;textarea name="body" rows="10"&gt; &lt;/textarea&gt;&lt;/p>
<p>&lt;input type="text" name="author"/&gt;&lt;/p>
<p>&lt;input type="submit" value="Submit comment" /&gt;&lt;/p>


&lt;/form&gt;


And the error is

Fatal error: Call to undefined method CI_URI:Confusedegement() in C:\xampp\htdocs\blog\application\views\comments_view.php on line 20
#2

[eluser]bgreene[/eluser]
segment !!!!!
#3

[eluser]Ben[/eluser]
Thanks am an idiot!!




Theme © iAndrew 2016 - Forum software by © MyBB