Add field in matches
-
Hi,
I want to add a field in the database to keep “the state” of the match.
I think a solution like to make a field “varchar (1)” with 3 values (1 if the match is not started, 2 if is playing or 3 if is finished).How many steps must I do to add this function??
I am finding the archives to modify, but I don′t know the way.
admin / (matches.php) –> archive to add a column “state” like input type=text.
templates / matches.php –> archivo to analyze the “$state” value and I want yo show different image if value is 1, 2 or 3.
Some help or opinions???
Thanks!!!!!
- The topic ‘Add field in matches’ is closed to new replies.