YoungNate_Black_coder Posted June 19, 2011 Share Posted June 19, 2011 how do u oupt the following: $hets = $het[]; echo $hets; Link to comment https://forums.phpfreaks.com/topic/239810-how-do-you-echo-out-an-array-value-when-u-are-not-sure-wht-the-value-is/ Share on other sites More sharing options...
Nuv Posted June 19, 2011 Share Posted June 19, 2011 echo "<pre>"; print_r($het); echo "</pre>"; Link to comment https://forums.phpfreaks.com/topic/239810-how-do-you-echo-out-an-array-value-when-u-are-not-sure-wht-the-value-is/#findComment-1231881 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.