j
k
j a
j l
Or the condensed version: print "<tr class=\"" . (($oddeven++ % 2) ? "odd" : "even") . "\"><td>";
Or the condensed version:
print "<tr class=\"" . (($oddeven++ % 2) ? "odd" : "even") . "\"><td>";
I am humbled.
I like obfuscation, this is the story of my life.
Code obfuscation? +1 for job security. :) LOL
Back to the thread
Back to the list