Welcome Guest, Not a member yet? Register   Sign In
Insert() method question of the database class
#1

[eluser]phybertek[/eluser]
Hello,

I am inserting comments in to a listing I am writing. I'm using the Active Record method insert. I'm trying to figure out the best way to reserve or convert \n to <br>.

When data is posted this is what I see when I output the data from the database:

Input:

Hello, this is really coool!

-Phybertek

Results:

Hello, this is really cool! -Phybertek

-=-=-
Any ideas on the best way to input this data or output it?

Code:
public function comment_add()    
{

    // Insert into comments    
    $this->db->insert('comments',$_POST);
    redirect('list/event/' . $_POST['id'], 'location');


} //end comment_add
Even this post on this forum doesn't respect tabs.. How can you do this?
#2

[eluser]gtech[/eluser]
does this help?
[url="http://uk2.php.net/manual/en/function.nl2br.php"]http://uk2.php.net/manual/en/function.nl2br.php[/url]
#3

[eluser]phybertek[/eluser]
Yes it does buddy! :-)

Thanks..

-Ptek
#4

[eluser]gtech[/eluser]
coooool

btw if you put your code in

[ code ]
[ /code ]

tags in the forum your tabs will appear in the code.
#5

[eluser]phybertek[/eluser]
:-) Nice to know.. hehehehhe..!




Theme © iAndrew 2016 - Forum software by © MyBB