/ Published in: PHP
This was taken out of a presentation by eZ systems on PHP Best Practices
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php foreach ($v as $key => $val) { continue; } $in[] =& $in[$k][$key]; } } } ?>
URL: http://talks.php.net/show/php-best-practices/26