View Single Post
  #64   Spotlight this post!  
Unread 21-03-2006, 20:39
general's Avatar
general general is offline
That's me!
AKA: Bryan
FRC #0213 (Dirty Birds)
Team Role: Webmaster
 
Join Date: Feb 2006
Rookie Year: 2005
Location: Keene
Posts: 48
general is an unknown quantity at this point
Send a message via AIM to general
Re: php/forms/posting/I NEED HELP!!!!!!!!!

sry got another question, Will this work?( all of the second ones are the code ex. <-- &#33--> is " ! ")

$write = str_replace("!", "!", $write);
$write = str_replace("$", "$", $write);
$write = str_replace("&", "&", $write);
$write = str_replace("'", "'", $write);
$write = str_replace("(", "(", $write);
$write = str_replace(")", ")", $write);
$write = str_replace(",", ",", $write);
$write = str_replace(";", ";", $write);
$write = str_replace("?", "?", $write);
$write = str_replace("^", "^", $write);

And will two words work in a
PHP Code:
str_replac() 
__________________
http://www.khsfirst.com/