Roles |
Goals |
to force the
## cells here to stay open.
## Notice how I used the quoting. I've done
## a regular "for" loop, but I escaped out
## into HTML mode. So this is a for loop
## that spits out HTML code. PHP just looks
## at the {, sees the HTML code, and sees
## the ending } without breaking stride.
for ($x=0; $x<9; $x++) {
?>
|
|
|
|
|
Weekly Priority |
## tag, but I want to conditionally
## set the background color. This is
## so that I can avoid using lines.
## On a nice laser printer, the
## alternating bands of gray and white
## is all that I need.
## Too bad PHP doesn't have "mod".
for ($x=0; $x<26; $x++) {
?>
> |
|
Time |
Sun |
Mon |
Tue |
Wed |
Thr |
Fri |
Sat |
0.
for ($x=-4; $x<24; $x++) {
?>
---|
=0) {
print $x;
print ':00';
}
?>
|
> |
|