Hi All, Can anybody tell me the difference between var_dump() and print_r() as I know that much only "print_r provides information about a variable, var_dump provides a slightly more complex analysis." If anybody knows mor than this do reply pls.
var_dump also displays the variable type (int, string, array, etc.) and "length". Examples: http://marc.info/?l=php-general&m=98684689426976&w=2