/ Published in: PHP
I want to extract the numbers from a string that contains numbers and letters like
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$str = 'In My Cart : 11 12 items';
URL: http://stackoverflow.com/questions/6278296/extract-numbers-from-a-string