Results 1 to 6 of 6

Thread: Is this possible?

  1. #1
    Join Date
    Oct 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Is this possible?

    Hello All,

    I am new to the forum, but have been using dynamic drive scripts for about a year to design my website. I have php mysql on my webhost, and here is my question. I run a football pool, where I have users who goto site and select the games they want and submit them. When they submit them, I get an email with their picks. Then I use a program that imports their picks and posts them within the program webpages that it builds. Then I upload the webpages to my site. Is there a way using mysql that I can create all the users to have their own sheet to make picks? By this, I mean....As of right now, they goto a designated page to make their picks. They chose their name from a list and then submit. If they go back to the page to resubmit picks, they have to fill it out again. What I am looking for is for them to be able to make their picks and then when they go back to the pick page, it has their picks stored and they can just change some picks while the rest stay intact. If this makes sense and anyone has any insight, that would be great. Thanx in advance!

    Patsman77

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Doesn't sound complex.

    http://php-mysql-tutorial.com



    Note: Are you really talking about gambling? You NEED some verification for age and such. You could get in big trouble if you don't take the needed precautions and minors use your site to gamble. Are there credit cards involved? Again, security issue. Be careful.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Oct 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hello,

    This is a private "pool" that I run with friends and family. No CC's or anything like that...just friendly competition amongst ourselves. I will check out what you posted and see if it makes sense to me....Thanx for your reply!

    Patsman77

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Alright. Sure.
    Also note that, considering that, you should add some type of verification so that random people don't just start signing up
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  5. #5
    Join Date
    Oct 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Actually,

    Signup is only allowed before season started and all signups were verified before name is added to the "picksheet". It is truely a private league. I understand I will have to make it so it is user authenticated, where they have to sign in to access the "picksheet"...the rest of what I asked will be the real project though...and how I love projects! Thanx again!

    Patsman77

  6. #6
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Yep. that sounds fine.

    Passwords are generally exactly what you'd do for the rest... forms/php/database/etc., and you might want to look into php sessions (session variables), which store info about a user... like their password/username to keep them logged in. It goes with them from page to page, while they're at your site. They come in handy.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •