rocksolidsr Posted August 30, 2007 Share Posted August 30, 2007 I am trying to write a page where people sign up and then login and can select an NFL team they choose to win for that week, but I'm having trouble with the database and how to set it up. You can get a feel for what I'm trying to do if you go to http://71.171.88.100:8080/football/main.php and you can download the source at http://71.171.88.100:8080/football/football.zip any help would be much appreciated, thanks Quote Link to comment https://forums.phpfreaks.com/topic/67312-football-poll/ Share on other sites More sharing options...
Ken2k7 Posted August 30, 2007 Share Posted August 30, 2007 Just set a table with the name NFLpoll or whatever you want with tables Name, Team. That should be enough. Then have a form. When the person submits an answer, just put what they submitted in the team table column. The name can be gotten either by $_SESSION or $_COOKIE depending what you're using. Quote Link to comment https://forums.phpfreaks.com/topic/67312-football-poll/#findComment-337822 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.