ComicWisdom Posted October 19, 2006 Posted October 19, 2006 I have the following line in one of the checkout modules <td><?php echo $shipping['id']; ?></td> It works perfectly to give me the information in $shipping['id']. How can I find the value of ['id']? Then I would like to make another variable = to that value. Something like $emailstore = value['id'] Please? Just between us, remember there are only 10 kinds of people in the world; those who understand binary and those who don't!! Remember, learning is a "do-it-yourself" experience; although, not necessarily a "do-it-BY-yourself" experience. The quickest way to learn is to forget to BACKUP!
steve_s Posted October 19, 2006 Posted October 19, 2006 before try something like <? $shippingid=['id'] or = id ?>not sure which one of those will work but one of em will then you just simply use <? echo $shippingid ?>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.