barantamer
05-06-2007, 05:17 AM
hello ,
i am making a website for my school project ,
i am using php and mysql.
project is about sports information system .
i have almost completed the design but i am having some difficulties .
i put some buttons to the left side and named them , football, basketball,etc .. and some buttons to the top and named them world records , world standings , etc.... i want the user first select the sport name (ex . click the football button ) and then by clicking the world record button , user should see world records about football .
How can i make this happen ?
i thought about having a valid tuple in the database , and making that row 1 when a sport is clicked , and making the rest 0 . However this is not an efficient way .. any suggestions ?
i am making a website for my school project ,
i am using php and mysql.
project is about sports information system .
i have almost completed the design but i am having some difficulties .
i put some buttons to the left side and named them , football, basketball,etc .. and some buttons to the top and named them world records , world standings , etc.... i want the user first select the sport name (ex . click the football button ) and then by clicking the world record button , user should see world records about football .
How can i make this happen ?
i thought about having a valid tuple in the database , and making that row 1 when a sport is clicked , and making the rest 0 . However this is not an efficient way .. any suggestions ?