Timeline for Build a chessboard
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 5, 2016 at 10:26 | comment | added | Ismael Miguel | @Bruno If you refer to the warning it gives, warnings are disregarded here. However, there's a trillion ways of disabling them. One of them is to replace ++$i<9 with @++$i<9. Also, for it to work without <?php, one must have the directive short_open_tags=On, which is default on some environments. Read more on stackoverflow.com/a/2185331/2729937 | |
| Feb 5, 2016 at 10:08 | comment | added | Bruno | Good solution. Tho I had to include php after <? and include $i=0 as the first for parameter to get it working properly, giving a final result of 144 bytes. | |
| Feb 4, 2016 at 21:05 | history | answered | Ismael Miguel | CC BY-SA 3.0 |