Switch17
11-02-2002, 09:25 PM
With the help of all of you, I've progressed pretty far in building a fantasy football website this year. However, I am still pretty new at PHP, and am currently stuck on a current problem
All of my files generally begin with the following 0207, 0208, 0209, etc signifiying the year and then week, thus its season 2002, week 8, etc.
There are all assigned a variable to identify. The report I'm trying to call in is $FL[32], in which the file is actually 0209_miniscoreboard.php
I call the file in directly, if I type
<?php
include "0209_miniscoreboard.php";
?>
As the actually file will be 0210 next week, But what should the line be to call the variable $FL[32] instead?
Thanks for your help
Switch
All of my files generally begin with the following 0207, 0208, 0209, etc signifiying the year and then week, thus its season 2002, week 8, etc.
There are all assigned a variable to identify. The report I'm trying to call in is $FL[32], in which the file is actually 0209_miniscoreboard.php
I call the file in directly, if I type
<?php
include "0209_miniscoreboard.php";
?>
As the actually file will be 0210 next week, But what should the line be to call the variable $FL[32] instead?
Thanks for your help
Switch