Jump to content

Foreach


uhlv

Recommended Posts

i have this script in mywebsite

 

<?php foreach ($myCheckout->order_array as $val => $val) { ?>

 

                        <?php echo $val['product_id']; ?>

                        <?php } // end foreach loop ?>

 

on php4 it's working fine but i make update to php5 and it dosn't work can u help ?

Link to comment
https://forums.phpfreaks.com/topic/47610-foreach/
Share on other sites

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.