Jump to content

DjiXas

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

DjiXas's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. How it should look with delimiters then? ??? Sorry, just started learning php.
  2. Can anyone tell me what symbols needs to be seperated with \ and how exactly to seperate, just put \ before any symbol? Like if url is [code]preg_match_all('http://www.domain.com/index.php?article=(.*)')[/code] Make it like this: [code]preg_match_all('http\:\/\/\www\.domain\.com\/index\.php\?article\=(.*)')[/code] ???
  3. Hello Everyone, I am having some problems with the following code $content=@file_get_contents($DOMAIN); preg_match_all('index.php?article=(.*)', $content, $extract, PREG_SET_ORDER); And I get error in preg match all line: Delimiter must not be alphanumeric or backslash What's wrong with this code?
×
×
  • 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.