Jump to content

[SOLVED] nlbr2 problem


Eiolon

Recommended Posts

The error:

 

Fatal error: Call to undefined function nlbr2() in C:\wamp\www\forums\topic.php on line 179

 

The query:

 

// Query the database for topic information.
$query_topic = "SELECT *, DATE_FORMAT(topic_date, '%M %e, %Y at %l:%i %p') as convdate FROM topics WHERE topic_id = ".$_GET['topic_id']."";
$topic = mysql_query($query_topic) OR die ('Cannot retrieve topic information.');
$row_topic = mysql_fetch_array($topic);

 

The code:

 

<?php echo nlbr2($row_topic['topic_body']) ?>

 

Am I not using nlbr2 correctly?

 

I tried doing it this way and got the same error:

 

$message = nlbr2($row_topic['topic_body'])

 

Then I echoed $message.

 

Thanks for your help!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.