Link from database not clickable

Discussion in 'PHP' started by metaxom, Apr 2, 2009.

  1. #1
    Hi all, I need a bit of help since I'm not a programmer. I inserted some links <a HREF="mylink.html">My Link</a> manually into a mysql database. However when the php script displays it the link is not clickable - just plain text. What is the right way to do this? Thank you.
     
    metaxom, Apr 2, 2009 IP
  2. ads2help

    ads2help Peon

    Messages:
    2,142
    Likes Received:
    67
    Best Answers:
    1
    Trophy Points:
    0
    #2
    Show us the script that insert the link into your mysql db.

    - ads2help
     
    ads2help, Apr 2, 2009 IP
  3. metaxom

    metaxom Active Member

    Messages:
    881
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    78
    #3
    $5 bucks via paypal for the help to make the link clickable.
     
    metaxom, Apr 2, 2009 IP
  4. ultrasonic

    ultrasonic Peon

    Messages:
    30
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    html_entity_decode($stringfromdatabase)
     
    ultrasonic, Apr 3, 2009 IP
  5. ActiveFrost

    ActiveFrost Notable Member

    Messages:
    2,072
    Likes Received:
    63
    Best Answers:
    3
    Trophy Points:
    245
    #5
    You've inserted <a href="something.html>Link</a>, but - how it's represented in your database ?
     
    ActiveFrost, Apr 3, 2009 IP
  6. metaxom

    metaxom Active Member

    Messages:
    881
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    78
    #6
    Hi, I don't know how it's represented but the problem is that the pages are generated from the database (except header and footer) and I need to put the link only on one particular page.
     
    metaxom, Apr 3, 2009 IP