Webmaster Blog

Webmaster Resources

HowTo print array values

For website developing it is crucial to know your variables. To double check your array values here is the simple code:

echo "<pre>";print_r($array);

echo "</pre>";