Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 02-04-2003, 06:03 PM   #1 (permalink)
trevor
Code Monkey
 
Join Date: Jan 2003
Location: Canada
Posts: 91
trevor is on a distinguished road
need help with a small forum "bug"

so my site is comming along great. thanks to everyone who helped me so far. I should have it up by the end of the week.

Anyways, I have the forum all coded and working great except when you put a line break <enter> in your post, it doesn't show up. Now if you type <br>, it does, but I know there has to be a better way.

ideas?

thanks,

Trevor
trevor is offline   Reply With Quote
Old 02-04-2003, 06:19 PM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,444
sde is on a distinguished road
PHP Code:
<?
$post
="Here is the post
which consists of several
line breaks.  Normally html won't show these breaks,
but php has a function especially made for this
that replaces the new line character with
a <br>"
;

$post=nl2br($post);

echo 
$post;
?>
sde is offline   Reply With Quote
Old 02-04-2003, 06:26 PM   #3 (permalink)
trevor
Code Monkey
 
Join Date: Jan 2003
Location: Canada
Posts: 91
trevor is on a distinguished road
it works,

thanks man
trevor is offline   Reply With Quote
Old 02-04-2003, 07:24 PM   #4 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,444
sde is on a distinguished road
sure np =)
sde is offline   Reply With Quote
Old 02-05-2003, 07:16 AM   #5 (permalink)
Admin
$_['Your_Mom'];
 
Admin's Avatar
 
Join Date: May 2002
Location: Santee
Posts: 627
Admin is on a distinguished road
you should disallow HTML in your forum.

people might post stuff like this:

<table width='999999999' border='99999999' height='99999999999'>
<tr>
<td> foooo!!!!!!
__________________


Urban Clothing
Admin is offline   Reply With Quote
Old 02-05-2003, 07:35 AM   #6 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,444
sde is on a distinguished road
PHP Code:
<?
$post
=htmlentities($post);

?>
sde is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Forum Modifications sde Lounge 3 08-23-2004 07:01 PM
Applications for a small Linux server for a small business.... Admin Linux / BSD / OS X 4 07-04-2004 04:16 PM
Forum newbie. greetz. Pussnuts Lounge 2 02-08-2003 07:36 PM
List your forum for free SiteTutor Lounge 2 06-04-2002 11:03 AM


All times are GMT -8. The time now is 04:36 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting