SetColoursSizes('0', '[Select Colour]', '0', '[Select Size]', 0,585.00,500.00);
This is an example of the string I'd like to match in PHP, and then caputre the last two variables, in case, '585.00' and '500.00'. Note: these numbers should be flexible in that they could be anything from 0.50 to $1500.00.
Can anyone help with the PHP/RegEx for this?
Cheers, Michael