Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
Pages: [1]
Send this topic | Print
Topic: Guestbook...  (Read 4382 times)
« on: February 03, 2005, 10:36:52 PM »
Senior Member
NOA_JOSH Offline
Senior Member
Member

View Profile WWW
***
Posts: 167



I need a little help making a .txt based guest book.

I know how to make it write to a txt file and get it to display on the page I want it to but how do I make it add the
 tags in the text field?
Report to moderator   Logged


 
« Reply #1 on: February 04, 2005, 04:32:22 PM »
adragons
Guest

Add the
 tags in the text feild? You can just let them type it in and strip out the rest with strip_tags
http://ca.php.net/striptags
 
or dont let any tags and replace newlines (\n) with
 using str_raplace
http://ca.php.net/manual/en/function.str-replace.php
Report to moderator   Logged
« Reply #2 on: February 05, 2005, 01:25:09 PM »
Senior Member
NOA_JOSH Offline
Senior Member
Member

View Profile WWW
***
Posts: 167



Ok thanks  Smiley
Report to moderator   Logged

 
Pages: [1]
Send this topic | Print
Jump to:  

Powered by SMF | SMF © 2006-2008, Simple Machines LLC