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"; ?> Quote 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!! Quote Link to comment https://forums.phpfreaks.com/topic/272906-explode-then-post/#findComment-1404495 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.