![]() |
Sergey Kornilov admin 2/28/2006 |
Kirk, $cYearRadius = 50;
|
T
|
thesofa 2/28/2006 |
Kirk, please open source/include/variables.php file and find following: $cYearRadius = 50;
|
![]() |
Sergey Kornilov admin 3/1/2006 |
Hi, function WriteYears($y) { global $cYearRadius; $tm=localtime(time(),true); $ret='<option value=""> </option>'; for($i=$tm["tm_year"]+1900;$i<=$tm["tm_year"]+1900+$cYearRadius;$i++) $ret.='<option value="'.$i.'" '.($i==$y?"selected":"").'>'.$i.'</option>'; return $ret; } |
M
|
mckirkus author 3/1/2006 |
Thanks for the fix, I just demoed a site I built with this and actually got an applause. Crazy <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=8288&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> |
T
|
thesofa 8/29/2006 |
Kirk, please open source/include/variables.php file and find following: $cYearRadius = 50;
|
![]() |
Alexey admin 8/30/2006 |
Hi, |
T
|
thesofa 8/30/2006 |
Hi, what version of PHPRunner do you use ? PHPRunner 3.0 does have this variable in variables.php file.
|