is this:
echo "<pre>";
print_r($a);
echo "</pre>";
different (does not work) than:
echo "<pre>".print_r($a). "</pre>";
hint . , and second parameter of print_r
Because the print_r will be execute first
Обсуждают сегодня