how pass multiple values to paypal

Posted by hwd on Stack Overflow See other posts from Stack Overflow or by hwd
Published on 2010-05-11T11:23:19Z Indexed on 2010/05/11 12:14 UTC
Read the original article Hit count: 240

Filed under:
|

how pass multiple values to paypal .i used it in paypal submission page

<input type="hidden" name="custom" value="id_cart={$id_cart}&option={option}" />

i get

$_POST['custom'] = id_cart=534&option=1620850004 , 

how i get it seperately like

 $_POST['id_cart'] =534 , $_POST['option'] =1620850004.

© Stack Overflow or respective owner

Related posts about php

Related posts about paypal