Jump to content

gansad

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

gansad's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. any one? regex experts?
  2. [!--quoteo(post=369709:date=Apr 29 2006, 04:51 AM:name=gansad)--][div class=\'quotetop\']QUOTE(gansad @ Apr 29 2006, 04:51 AM) [snapback]369709[/snapback][/div][div class=\'quotemain\'][!--quotec--] I have a string = '<img alt="image_description" src="http://images.domain.com/path/image_name.jpg">' Need help to split the string to: a) return the alt entry only i.e. image_description b) return the path entry i.e. if the src is at [a href=\"http://images.domain.com/path1/path2/image_name.jpg\" target=\"_blank\"]http://images.domain.com/path1/path2/image_name.jpg[/a], it will return path1/path2/ only. thanks. [/quote] Tried this but not as wanted: preg_match_all("/<img alt=\"([^']*?)\">/", $img, $matches); print_r($matches);
  3. I have a string = '<img alt="image_description" src="http://images.domain.com/path/image_name.jpg">' Need help to split the string to: a) return the alt entry only i.e. image_description b) return the path entry i.e. if the src is at [a href=\"http://images.domain.com/path1/path2/image_name.jpg\" target=\"_blank\"]http://images.domain.com/path1/path2/image_name.jpg[/a], it will return path1/path2/ only. thanks.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.