Home » Archive

Articles in the General Category

  Posted: Mar 27 | Filed under: General

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>";