mysql, php and erratic URLs

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

    mysql, php and erratic URLs

    Hello,
    i have db with text field contents links
    <A href="http://www.in.world" target=_blank>I n.World</A>,
    After system upgrading links appears as:
    http://www.my.server/"http://www.in.world/" in MSIE (Win),
    and:
    http://www.my.server/\"http://www.in.world\" in Mozilla (Lin)
    Before upgrade all was correct.
    my system is now:
    Linux MDK 2.4.18, glibc 2.2.4, MySQL 3.23.52, php 4.2.3, Apache 1.3.26
    any suggestions, please

    RS
  • Shawn Wilson

    #2
    Re: mysql, php and erratic URLs

    news4rs wrote:
    [color=blue]
    > i have db with text field contents links
    > <A href="http://www.in.world" target=_blank>I n.World</A>,
    > After system upgrading links appears as:
    > http://www.my.server/"http://www.in.world/" in MSIE (Win),
    > and:
    > http://www.my.server/\"http://www.in.world\" in Mozilla (Lin)
    > Before upgrade all was correct.
    > my system is now:
    > Linux MDK 2.4.18, glibc 2.2.4, MySQL 3.23.52, php 4.2.3, Apache 1.3.26[/color]

    You should post a code snippet showing how the links are echoed to the
    screen. Also, how is the db setup? Does it have a field for URL and one
    for the link text?

    Shawn
    --
    Shawn Wilson
    shawn@glassgian t.com



    Comment

    Working...