Jump to content

stebuklas

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Posts posted by stebuklas

  1. [code]$pattern = "/<li class=\"first\">(.*)<\/li>/";
    preg_match_all($pattern, $fd, $matches);
    // ..............
    foreach($matches[1] as $num => $bu){
          $new_link_insert = "INSERT INTO linkai (linkai) VALUES('$bu')";
    mysql_query($new_link_insert,$db_connection) or die (mysql_error());
    }
    [/code]
    I think pattern :) But maybe is smth with SQL
×
×
  • 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.