Scott
0
Q:

pretty var_dump

echo '<pre>' . var_export($data, true) . '</pre>';
0
$licks = ['one', 'two', 'three'];

echo '<pre>';
print_r($licks);
echo '</pre>';

/*
array(3) {
  [0]=>
  string(3) "one"
  [1]=>
  string(3) "two"
  [2]=>
  string(5) "three"
}
*/
0

New to Communities?

Join the community