dsbpac Posted January 9, 2013 Share Posted January 9, 2013 I have a form that's exploding a _POST variable. How can I make $ups_info and $ups_price into _POST variables? <?php list($ups_info, $ups_price) = explode("-", $_SESSION['ship_method'], 2); echo "UPS Info: $ups_info, UPS Price: $ups_price"; ?> Link to comment https://forums.phpfreaks.com/topic/272906-explode-then-post/ Share on other sites More sharing options...
dsbpac Posted January 9, 2013 Author Share Posted January 9, 2013 Never mind that was a retarded question... SOLVED!! Link to comment https://forums.phpfreaks.com/topic/272906-explode-then-post/#findComment-1404495 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.