Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

php string searching

Options
  • 05-10-2007 12:22pm
    #1
    Closed Accounts Posts: 518 ✭✭✭


    I'd like search a string for a link

    for example, in the string there is the following link and image that i'd like to hunt down

    <a href=http://mysite.com/page.php><img src="http://mysite.com/img.gif&quot; /></a>

    i'd like to search the entire string for that specific url. then would like to get the location of the image that is inside the <a> tag

    could anyone help?!

    basically i want to find the url of the image that lies within a certain link


Comments

Advertisement