Quote:
Originally Posted by aic1
I would hire the guy any time. I prefer a guy that can give me a quick and stable solution, than one that gives me a solution in 4 lines of code, with bugs, and his head up his ass.
|
Hire away.
BTW, here's your smart-arse 4 line solution - done in 1 line!
<? foreach(range('a','z') as $v) foreach(range('a','z') as $k) echo $v.$k."<br />" ?>