$re4='(\\d+)’; # Integer Number 1
if ($c=preg_match_all (“/”.$re4.”/is”, $title, $matches))
{
$int1=$matches[1][0];
$idvalue= $int1;
}
Advertisements
$re4='(\\d+)’; # Integer Number 1
if ($c=preg_match_all (“/”.$re4.”/is”, $title, $matches))
{
$int1=$matches[1][0];
$idvalue= $int1;
}