PHP :
<?php
$file = file('txtfile.txt');
$sitename = "http://mainpage.com";
function when_find($matches)
{
return $matches[1].($matches[2]+1);
}
preg_replace_callback(
$file,
"when_find",
$sitename);
?>
. . txtfile.txt ( ) - $sitename. -, , , :
Warning: preg_replace_callback() [function.preg-replace-callback]: Delimiter must not be alphanumeric or backslash in \home\name.ru\www\index.php on line 13