Here is code to extract number only for php variable
<?php $str = get_comment_author_url();
$str1 = preg_match('/d+/', $str23);
echo $str1;
Here is code to extract number only for php variable
<?php $str = get_comment_author_url();
$str1 = preg_match('/d+/', $str23);
echo $str1;