<?php $input = 'Wires: 8 Pairs: 4'; sscanf($input, 'Wires: %d Pairs: %d', $wires, $pairs); printf('Wires: %d Pairs: %d', $wires / $pairs, $pairs);
You have javascript disabled. You will not be able to edit any code.