Jump to content

CodilX

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

CodilX's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. [!--quoteo(post=385295:date=Jun 18 2006, 05:27 PM:name=poirot)--][div class=\'quotetop\']QUOTE(poirot @ Jun 18 2006, 05:27 PM) [snapback]385295[/snapback][/div][div class=\'quotemain\'][!--quotec--] You may want to use regex: [code]preg_match('/<img src="someimage.jpg">(.*?)<div id="something">/', $string, $matches); echo '<pre>'; print_r($matches); echo '</pre>';[/code] [/quote] Thx alot, but it doesn't go with my code. Could you write that with the connection to the site? I get an error: [!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--] Warning: preg_match() [function.preg-match]: Unknown modifier 't' in ...*.php on line 5 Array ( ) [/quote]
  2. Hi again :) Now I'm having trouble extracting a portion of content out of page. Basicly it looks like this: [code] some content .. .. <img src="someimage.jpg"> multiple lines of content that I want to extract ... <div id="something"> .. some content [/code] I'm trying to do it with [b]if (stristr($text, "<img src="someimage.jpg">")) {[/b] .. but with no luck :( Can somebody help me with this? Thx - Matt
  3. Wow, what a fast response!! Thank you both so much, both code's are awesome Thx - Matt
  4. Hi everyone, I'm new to the forums, hope to recieve some help on code I'm trying to put together :) Basicly I want a link, that would work from 10pm to 6am. I'm trying to do it with array's, but with no luck :( Can somebody help me with that? Thx, Matt
×
×
  • 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.