YoungNate_Black_coder Posted June 19, 2011 Share Posted June 19, 2011 how do u oupt the following: $hets = $het[]; echo $hets; Quote 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>"; Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.