RE: [PHP] HTML Coding in mySQL field

2001-02-15 Thread Maxim Maletsky
any kind of field that accepts text (CHAR, VARCHAR, BLOB (TEXT, LONGTEXT) etc) is OK. htmlspecialchars will encode that for you and show HTML as HTML visibly. see here: www.php.net/htmlspecialchars Cheers, Maxim Maletsky -Original Message- From: Thomas Edison Jr. [mailto:[EMAIL PROTE

Re: [PHP] HTML Coding in mySQL field

2001-02-15 Thread Steve Werby
"Thomas Edison Jr." <[EMAIL PROTECTED]> wrote: > IN one of the fields being offered to the user, the > user is expected to enter HTML tags alongwith the > text. How can i display this text as html formatted on > my PHP3 page? That's how it will show by default. > What should be the field type in