I am trying to capture the value of the integer in the HTML code below
<span class="ratingCount">1,602</span>
Here I want to store the value 1,602 as an integer in a variable (Let's say $number). Can anyone help me, please ?
I am trying to capture the value of the integer in the HTML code below
<span class="ratingCount">1,602</span>
Here I want to store the value 1,602 as an integer in a variable (Let's say $number). Can anyone help me, please ?