PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Because of the nature of a UPS shipping script installed on my site, the value passed from a selected checkbox field in the script is both text and numeric - ex: UPS Ground=11.44
Is there a way to parse the text away from the number so that I could end up with two fields :
$ship_type="UPS Ground"
$shipping="11.44"
?
Any help much appreciated.
thanks in advance.
mc