R
|
run4sbc author 1/31/2007 |
I also was wondering if there was a way to make radio buttons the same on the add page. For instance you pick the gender of a team, I was the gender radio button on all of the athletes to react to that button being selected. |
![]() |
Alexey admin 2/1/2007 |
Hi, $_SESSION["SchoolName"]=$data["SchoolName"]; $_SESSION["SchoolCode"]=$data["SchoolCode"];
$values["SchoolName"]= $_SESSION["SchoolName"]; $values["SchoolCode"] = $_SESSION["SchoolCode"];
|
R
|
run4sbc author 2/1/2007 |
Alexey, |
R
|
run4sbc author 2/2/2007 |
I tried the code you posted to input the TeamCode and TeamName upon login and it gave me this error. |
![]() |
Alexey admin 2/2/2007 |
Cody, global $data; $_SESSION["SchoolName"]=$data["SchoolName"]; $_SESSION["SchoolCode"]=$data["SchoolCode"]; |