Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What's the value of.......


ComicWisdom

Recommended Posts

Posted

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!

Posted

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 ?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...