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>";
Like our posts? Then subscribe via Mail:
Similar Posts:
- Convert multidimensional array into array
- Find occurences of multiple needles in haystack
- Wordpress: Count SQL Queries
- SQL: Select table entries with the same value
- Validating a form submission
Socialize:
|
|











Leave your response!