<?php preg_match_all("/(\d+)/", "what is 155 x 77", $matches); list($number1, $number2) = $matches[1]; var_dump($number1, $number2, $matches);
You have javascript disabled. You will not be able to edit any code.