dhpackr
14 years ago

The picks are predicated on the username already. It takes the global variable from the website. If you were to submit picks, it'd register as YOUR username :)

"Zero2Cool" wrote:



perfect, can u submit the picks, are the picks being stored in a db table, then retrieved from the db and displayed on a page based on memberid or username?

add the code i gave you to your file

change
<input name='rdoGame01' type='radio' value='Titans' />Tenneesee Titans
<input name='rdoGame01' type='radio' value='Steelers'/>Pittsburgh

with...................................................................................................

<?php
<input type="radio" name="rdoGame01" value="1" class="textbox"<?if($rdoGame01=="1"){echo " checked ";}?>>Tenneesee Titans

<input type="radio" name="rdoGame01" value="0" class="textbox"<?if($rdoGame01=="0"){echo " checked ";}?>> Steelers
?>
So if you meet me Have some courtesy, Have some sympathy, and some taste
Use all your well-learned politesse, Or I'll lay your soul to waste
Zero2Cool
14 years ago

The picks are predicated on the username already. It takes the global variable from the website. If you were to submit picks, it'd register as YOUR username :)

"dhpackr" wrote:



perfect, can u submit the picks, are the picks being stored in a db table, then retrieved from the db and displayed on a page based on memberid or username?

"Zero2Cool" wrote:



Yes sir. I'm using the username from the main website's db and using a separate db to store the picks. The picks are also retrieved from that location based on the username.

So if I were to submit my picks logged in as SlickVision and then next week as Zero2Cool, I'd be fux0red. 🙂
UserPostedImage
dhpackr
14 years ago

The picks are predicated on the username already. It takes the global variable from the website. If you were to submit picks, it'd register as YOUR username :)

"Zero2Cool" wrote:



perfect, can u submit the picks, are the picks being stored in a db table, then retrieved from the db and displayed on a page based on memberid or username?

"dhpackr" wrote:



Yes sir. I'm using the username from the main website's db and using a separate db to store the picks. The picks are also retrieved from that location based on the username.

So if I were to submit my picks logged in as SlickVision and then next week as Zero2Cool, I'd be fux0red. :)

"Zero2Cool" wrote:



look at post above this one^^^^^^^^^^^^^^^^^^^^^^^^^^ ^
So if you meet me Have some courtesy, Have some sympathy, and some taste
Use all your well-learned politesse, Or I'll lay your soul to waste
dhpackr
14 years ago
now there is no code in that file u sent to connect to db or retrieve data from db and display on form.

that is not a dynamic database driven form
So if you meet me Have some courtesy, Have some sympathy, and some taste
Use all your well-learned politesse, Or I'll lay your soul to waste
Zero2Cool
14 years ago
Okay, how does it get checked? Is that code have some hidden magic I don't see in the code or does it need to be validated elsewhere? In short, how does it validate? lol
UserPostedImage
dhpackr
14 years ago
here is validation

function check_pick() {
//if (Auth::isAdmin())

//return true;
this chunck of code allows admin to
bypass validation remove the slashes to make it so admin would have to check all boxes


$is_valid = true;
if($this->rdoGame01=="" or $this->rdoGame02=="" ){
$is_valid=false;
$this->add_error('Make a selection!');
}
return $is_valid;

}

this validates the first two radio buttons

in other words....
if rdoGame1 is equal to nothing or =="" then display this error

make a selection

if rdoGameo1 == true then submit

you would have to add 16 variables to this function
So if you meet me Have some courtesy, Have some sympathy, and some taste
Use all your well-learned politesse, Or I'll lay your soul to waste
Zero2Cool
14 years ago
I don't know if I have a case of the stupids or what, but that doesn't make much sense. I'm guessing the function will return a value of false if not all games are selected?
UserPostedImage
dhpackr
14 years ago

I don't know if I have a case of the stupids or what, but that doesn't make much sense. I'm guessing the function will return a value of false if not all games are selected?

"Zero2Cool" wrote:



yes and spit that error. but that is just code for two buttons, you need to add code for all 16
So if you meet me Have some courtesy, Have some sympathy, and some taste
Use all your well-learned politesse, Or I'll lay your soul to waste
Zero2Cool
14 years ago

I don't know if I have a case of the stupids or what, but that doesn't make much sense. I'm guessing the function will return a value of false if not all games are selected?

"dhpackr" wrote:



yes and spit that error. but that is just code for two buttons, you need to add code for all 16

"Zero2Cool" wrote:



I'll play around with it a little bit and see what happens.

now there is no code in that file u sent to connect to db or retrieve data from db and display on form.

that is not a dynamic database driven form

"dhpackr" wrote:



I didn't think it was wise to put the database connection information in every thread so I have it in a separate file and am using a function to call it.
UserPostedImage
Zero2Cool
14 years ago
[php]
function check_pick() {
//if (Auth::isAdmin())

//return true;
this chunck of code allows admin to
bypass validation remove the slashes to make it so admin would have to check all boxes


$is_valid = true;
if($this->rdoGame01=="" or $this->rdoGame02=="" ){
$is_valid=false;
$this->add_error('Make a selection!');
}
return $is_valid;

}
[/php]
UserPostedImage
Users browsing this topic
    Fan Shout
    Zero2Cool (3h) : Chase Young to sign $13M contract with Saints
    Zero2Cool (3h) : Yosh to Panthers what noooo. Wait he didn't do crap
    wpr (23h) : I say that he is technically HER BIL as he married her sister. I checked it out, he's considered my BIL as well. Sad.
    Mucky Tundra (18-Mar) : wpr, I assume its your BIL via marriage to your wife? If so, I can figure out where the smarts in the family went ;)
    wpr (18-Mar) : Mucky my B-I-L is Bare Stupid. I could write a book.
    Mucky Tundra (18-Mar) : As a teenager in Rockford IL I would get heckled by adults in public for wearing GB gear
    Mucky Tundra (18-Mar) : if you think the online ones are bad, try *living amongst* them
    Mucky Tundra (18-Mar) : Never doubt wprs loyalty. Poor guy is surrounded by Bears fans in Northern IL
    wpr (17-Mar) : pass Martha. Thanks for the invite though.
    Martha Careful (17-Mar) : blog * as the same ugly Illinois colors were adopted by the Baer
    Martha Careful (17-Mar) : WPR, perhaps you should be joining the Bears fans blog has the same ugly Illinois colors were adopted by the Bears
    Mucky Tundra (17-Mar) : Ah a fellow U of Illinois hater. I can respect that though I imagine it's for different reasons
    Zero2Cool (17-Mar) : BTW. I didn't catch the game. I just hate Illinois.
    Mucky Tundra (17-Mar) : They're your Big Ten Chumps and you will like it!
    Zero2Cool (17-Mar) : No, not for the record. Referee's handled that BS. Orange team was trash ass
    Mucky Tundra (17-Mar) : *Your* Big Ten Chumps for the record
    Zero2Cool (17-Mar) : No, not Big Ten Champs. IL is big ten CHUMPS
    wpr (17-Mar) : Big Ten Champs
    wpr (17-Mar) : !!!
    wpr (17-Mar) : INI
    wpr (17-Mar) : ILL
    Martha Careful (17-Mar) : Wisconsin with an outstanding on in the men’s Big Ten basketball tournament. Let’s hope it continues in the NCAAs
    Zero2Cool (17-Mar) : Almost like taking QB in 2020 even if you don't need one is good move.
    Mucky Tundra (16-Mar) : 2021 QB Draft class looking like a real clunker
    Mucky Tundra (16-Mar) : A conditional 6th rounder? I remember Bears fans arguing they'd get a day 2 pick at worst lol
    dfosterf (16-Mar) : So I got the no extension part right and the have to wait on the CW physical wrong
    Zero2Cool (16-Mar) : Bears are trading Justin Fields for a 2025 6th-round pick that goes to a 4th-round pick based on playtime, per sources.
    Zero2Cool (16-Mar) : Former Packer Jarrett Bush opens Wisconsin’s first blow dry bar in Green Bay
    dfosterf (16-Mar) : If the Bears are not doing a deal with Washington, they also cannot trade Fields until Williams physical with them. All hail Caleb Williams!
    dfosterf (16-Mar) : The talent is undeniable, but the (advertised) haul is obscene.
    dfosterf (16-Mar) : If the Bears are cutting a deal with the Commanders, in either scenario, cannot happen until williams passes a Commanders physical
    dfosterf (16-Mar) : My guess is no to the Fields extension, but yes to the trade back with the Commanders.
    dhazer (15-Mar) : I think the Bears do a Love extension and they will trade out of the 1st pick and take the haul
    Martha Careful (15-Mar) : that might make sense
    Zero2Cool (15-Mar) : Justin Fields to Steelers?
    Zero2Cool (15-Mar) : Kenny Pickett. Eagles. Done.
    Zero2Cool (15-Mar) : They can claim best two WR tandem.
    Mucky Tundra (15-Mar) : Aaron Donald retiring
    dhazer (15-Mar) : Campbell signing with 49ers
    dhazer (15-Mar) : I love how the Bear Fans are now claiming they have the best skill players in the NFC North lol
    Zero2Cool (15-Mar) : Vikings made a move to get a 2nd first round pick
    Mucky Tundra (15-Mar) : That's a not a bad deal for the Bears
    Zero2Cool (15-Mar) : Bears have traded for WR Keenan Allen sending Chargers a fourth rounder.
    Martha Careful (15-Mar) : *signs
    Martha Careful (14-Mar) : MLB Devon White science with the Eagles
    Mucky Tundra (14-Mar) : But that was before FA started
    Mucky Tundra (14-Mar) : Dhaze, I thought Kurls would be their #1 target when I read that he was an Amos comp (jack of all trades guy)
    dhazer (14-Mar) : I would like to see the Packers target 2 more FA still available Kamren Curl Safety and Chase Young edge
    Martha Careful (14-Mar) : wow...didn't see that coming
    Zero2Cool (14-Mar) : AJ Dillon re-signing with Packers.
    Please sign in to use Fan Shout
    2023 Packers Schedule
    Sunday, Sep 10 @ 3:25 PM
    Bears
    Sunday, Sep 17 @ 12:00 PM
    Falcons
    Sunday, Sep 24 @ 12:00 PM
    SAINTS
    Thursday, Sep 28 @ 7:15 PM
    LIONS
    Monday, Oct 9 @ 7:15 PM
    Raiders
    Sunday, Oct 22 @ 3:25 PM
    Broncos
    Sunday, Oct 29 @ 12:00 PM
    VIKINGS
    Sunday, Nov 5 @ 12:00 PM
    RAMS
    Sunday, Nov 12 @ 12:00 PM
    Steelers
    Sunday, Nov 19 @ 12:00 PM
    CHARGERS
    Thursday, Nov 23 @ 11:30 AM
    Lions
    Sunday, Dec 3 @ 7:20 PM
    CHIEFS
    Monday, Dec 11 @ 7:15 PM
    Giants
    Sunday, Dec 17 @ 12:00 PM
    BUCCANEERS
    Sunday, Dec 24 @ 12:00 PM
    Panthers
    Sunday, Dec 31 @ 7:20 PM
    Vikings
    Sunday, Jan 7 @ 3:25 PM
    BEARS
    Sunday, Jan 14 @ 3:30 PM
    Cowboys
    Saturday, Jan 20 @ 7:15 PM
    49ers
    Recent Topics
    1h / Green Bay Packers Talk / wpr

    7h / Green Bay Packers Talk / dfosterf

    9h / Green Bay Packers Talk / beast

    18-Mar / Around The NFL / Mucky Tundra

    16-Mar / Random Babble / Martha Careful

    16-Mar / Green Bay Packers Talk / TheKanataThrilla

    15-Mar / Green Bay Packers Talk / dhazer

    15-Mar / Green Bay Packers Talk / dfosterf

    14-Mar / Green Bay Packers Talk / beast

    14-Mar / Random Babble / Zero2Cool

    14-Mar / Green Bay Packers Talk / dfosterf

    13-Mar / Random Babble / Zero2Cool

    13-Mar / Green Bay Packers Talk / Martha Careful

    13-Mar / Green Bay Packers Talk / Martha Careful

    13-Mar / Green Bay Packers Talk / beast

    Headlines
    Copyright © 2006 - 2024 PackersHome.com™. All Rights Reserved.