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