how to read the HTML tag using PHP?

Discussion in 'PHP' started by raahatazim, Aug 5, 2007.

  1. #1
    <html>
    <body>
    <a href="www.ex.com"></a>
    </body>
    </html>

    how can i read the <a> tag........i need the LINK(here www.ex.com)?
     
    raahatazim, Aug 5, 2007 IP
  2. THT

    THT Peon

    Messages:
    686
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    preg_match_all() ??
     
    THT, Aug 5, 2007 IP