Problem with html tags

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • steve

    #1

    Problem with html tags

    I need html tags in my forum pages to show up, but not to be active.
    I have tried to change the tags to html equivalent code using php, but
    still they are active.

    How do I go about chaning them to non-active?

    --
    http://www.dbForumz.com/ This article was posted by author's request
    Articles individually checked for conformance to usenet standards
    Topic URL: http://www.dbForumz.com/PHP-Problem-...ict132450.html
    Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=442114
  • Geoff May

    #2
    Re: Problem with html tags

    steve wrote:
    [color=blue]
    > I need html tags in my forum pages to show up, but not to be active.
    > I have tried to change the tags to html equivalent code using php, but
    > still they are active.
    >
    > How do I go about chaning them to non-active?[/color]

    Replace the < with &lt; and > with &gt;

    MfG

    Geoff.

    --
    Unofficial F1 Database: http://glibs.ssmmdd.co.uk/
    Update: 11th July, 2004
    USENET Email address is a spam trap, send Emails to address in the DB

    Comment

    • C.Schneck

      #3
      Re: Problem with html tags

      htmlspecialchar s()

      "steve" <UseLinkToEmail @dbForumz.com> wrote in message
      news:10g0icttkk epl9e@news.supe rnews.com...[color=blue]
      > I need html tags in my forum pages to show up, but not to be active.
      > I have tried to change the tags to html equivalent code using php, but
      > still they are active.
      >
      > How do I go about chaning them to non-active?
      >
      > --
      > http://www.dbForumz.com/ This article was posted by author's request
      > Articles individually checked for conformance to usenet standards
      > Topic URL:[/color]
      http://www.dbForumz.com/PHP-Problem-...ict132450.html[color=blue]
      > Visit Topic URL to contact author (reg. req'd). Report abuse:[/color]



      Comment

      Working...