place = " "; $this->name = " "; $this->age = " "; $this->sex = " "; $this->town = " "; $this->statestr = " "; $this->timestr = " "; $this->year = " "; $this->timeval = " "; $this->dummy = " "; $this->dummy1 = " "; } function init_race( $row) { $this->place = $row["place"]; $this->name = $row["name"]; $this->age = $row["age"]; $this->sex = $row["sex"]; $this->town = $row["town"]; $this->statestr = $row["statestr"]; $this->timestr = $row["timestr"]; $this->year = $row["year"]; $this->timeval = $row["timeval"]; $this->dummy = $row["dummy"]; $this->dummy1 = $row["dummy1"]; } } // class