Do someone here know the magic of php and <pre>? Why is this: echo "<pre>"; print_r($a); echo "</pre>"; different (does not work) than: echo "<pre>".print_r($a). "</pre>"...
Why is that php's fault? I've seen last month a lot of similar questions for python
?> <html code> <?php or echo '<html code>';
Which php version are you talking about?
and Symfony?
Uhmmm.. Why?