I have a PHP array, and I need to test the content of that array via an email. I’m aware that we can see the entire array using var_dump(), but how can I send that output in an email?
I have a PHP array, and I need to test the content of that
Share
try with following code, it will show the complete array clearly