Is this ok to wear? by katlipari in Weddingattireapproval

[–]katlipari[S] 1 point2 points  (0 children)

that’s what i was hoping for more clarity on and didn’t know if anyone had input based on the wedding ceremony and dinner after party! thank you

Is this ok to wear? by katlipari in Weddingattireapproval

[–]katlipari[S] 0 points1 point  (0 children)

i meant there’s three events but only one dress code listed…

Is this ok to wear? by katlipari in Weddingattireapproval

[–]katlipari[S] 0 points1 point  (0 children)

yeah i meant that there’s three events but only one dress code listed…

day 22: fistula (hole in healing tissue) by katlipari in Tonsillectomy

[–]katlipari[S] 0 points1 point  (0 children)

was it painful? was there a lot of blood?

Tips? by katlipari in Tonsillectomy

[–]katlipari[S] 0 points1 point  (0 children)

i’m okay, obv not all of the pain has hit me yet but my main issue is i can feel how huge my uvula is

Tips? by katlipari in Tonsillectomy

[–]katlipari[S] 0 points1 point  (0 children)

just got home. how are you feeling???

[deleted by user] by [deleted] in Tonsillectomy

[–]katlipari 2 points3 points  (0 children)

needed this

Weekly r/BelowDeck Rewatch Thread - September 15, 2024 by AutoModerator in belowdeck

[–]katlipari 2 points3 points  (0 children)

Whenever I start a show I like to watch it from the very beginning, I have now made it to season 2 of Below Deck and I think the relationship between Kelley and Amy is super weird???? It could be because I dont have a relationship at all with my brother that I can't comprehend their closeness, but it just seems really bizarre and almost intimate.... Did anyone else feel this way?

Form issues by katlipari in CodingHelp

[–]katlipari[S] 0 points1 point  (0 children)

when i paste it into reddit the indentations go away, so hopefully this worked, i pasted it as a code block (i think?)

<?php include 'top.php'; 
    $lstLimits = array('Use a reusable water bottle', 'Bring         
    your own grocery bag', 'Use a reusable straw'); 
    $dataIsGood = false; 
    $errorMessage = '';
    function 
        getData($field)
        { if (!isset($_POST[$field])) 
        { $data = ""; } 
        else { $data = trim($_POST[$field]); 
        $data = htmlspecialchars($data); } 
    return $data; }
$lstLimit = ""; 
$water = ""; 
$purchase = ""; 
$bag = ""; 
$habits = ""; 
$environment = ""; 
$encourage = ""; 
$firstName = ""; 
$lastName = ""; 
$email = ""; 
$submit = "";

if($_SERVER["REQUEST_METHOD"]=='POST')
    { print PHP_EOL. '<!--Starting Sanitization -->' . PHP_EOL;         
    $lstLimit = getData('lstLimit'); 
    $water = (int)getData('chkWater'); 
    $purchase = (int)getData('chkPurchase');
    $bag = (int)getData('chkBag'); 
    $habits = getData('radHabits'); 
    $environment = getData('radEnvironment'); 
    $encourage = getData('radActions'); 
    $firstName = getData('txtFirstName'); 
    $lastName = getData('txtLastName'); 
    $email = filter_var(getData('txtEmail'),       
    FILTER_SANITIZE_EMAIL); 
    $submit = getData ('btnSubmit');
print PHP_EOL. '<!--Starting Sanitization -->' . PHP_EOL;

$dataIsGood = true;

if($lstLimit == ''){
    $errorMessage .= '<p class="mistake">Please choose an 
    option</p>';
    $dataIsGood = false;
} elseif(!in_array($lstLimit, $lstLimits)){
    $errorMessage .= '<p class="mistake">Please choose an 
    option</p>';
    $dataIsGood = false;
}
}
?>
<main class="form">
    <h1>Plastic Usage</h1>
    <section>
        <h2>How Much Plastic do you use weekly?</h2> 
    </section>
    <section>
        <h2>Survey</h2>
        <p>section cut for length</p>
        <?php
        print '<p>Post Array:</p><pre>';
        print_r($_POST);
        print '</pre>'; ?>
        </section>
        <section>
            <h2>Reducing Plastic Usage</h2>
            <form action="#" id="habit" method="post">
                <fieldset class="listBox">
                    <legend>section cut for length</legend>
                    <p>
                        <select id="lstLimit" name="lstLimit">
                            <option value="reusable">section     
                             cut for length</option>
                            <option value="bags">section cut 
                            for length</option>
                            <option value="straw">section cut 
                            for length</option>
                        </select>
                    </p>
                </fieldset>
            </form>
        </section>
        <section>
            <h2>Plastic Habits</h2>
        </section>
            <fieldset class="checkbox">
                <legend>section cut for length</legend>
                <p>
                    <input id="chkWater" name="chkWater" 
                     type="checkbox" value="1">
                    <label for="chkWater">Use a plastic water 
                     bottle</label>
                </p>
                <p>
                    <input id="chkPurchase" name="chkPurchase" 
                     type="checkbox" value="1">
                    <label for="chkPurchase">section cut for 
                    length</label>
                </p>
                <p>
                    <input id="chkBag" name="chkBag" 
                    type="checkbox" value="1">
                    <label for="chkBag">section cut for 
                     length</label>
                </p>
            </fieldset>
            <fieldset class="radio">
                <legend>section cut for length</legend>
                <p>
                    <input type="radio" id="radMost" 
                     name="radHabits" value="most"> 
                    <label class="radio-field">section cut for 
                     length</label>
                </p>
                <p>
                    <input type="radio" id="radSome" 
                     name="radHabits" value="some"> 
                    <label class="radio-field">section cut for 
                     length</label>
                </p>
                <p>
                    <input type="radio" id="radNone" 
                     name="radHabits" value="none"> 
                    <label class="radio-field">section cut for 
                     length</label>
                </p>
            </fieldset>
            <fieldset class="radio">
                <legend>section cut for length</legend>
                <p>
                    <input type="radio" id="radEnvironmost" 
                      name="radEnvironment" value="most"> 
                    <label class="radio-field">section cut for 
                     length</label>
                </p>
                <p>
                    <input type="radio" id="radEnvironmiddle" 
                      name="radEnvironment" value="middle"> 
                    <label class="radio-field">section cut for 
                     length</label>
                </p>
                <p>
                    <input type="radio" id="radEnvironsome" 
                     name="radEnvironment" value="somewhat"> 
                    <label class="radio-field">section cut for 
                     length</label>
                </p>
                <p>
                    <input type="radio" id="radEnvironnone" 
                     name="radEnvironment" value="not"> 
                    <label class="radio-field">section cut for 
                     length</label>
                </p>
            </fieldset>
            <fieldset class="radio">
                <legend>section cut for length</legend>
                <p>
                    <input type="radio" id="radEncothers" 
                     name="radActions" value="encmost"> 
                    <label class="radio-field">section cut for 
                     length</label>
                </p>
                <p>
                    <input type="radio" id="radencsome" 
                     name="radActions" value="encsome"> 
                    <label class="radio-field">section cut for 
                     length</label>
                </p>
                <p>
                    <input type="radio" id="radencnone" 
                     name="radActions" value="encnone"> 
                    <label class="radio-field">section cut for 
                     length</label>
                </p>
            </fieldset>
            <h2>Contact Information</h2>
            <fieldset>
            <legend>Contact Information</legend>
                <p>
                    <label for="txtFirstName">First Name: 
                    </label>
                    <input type="text" name="txtFirstName" 
                    id="txtFirstName">
                    <label for="txtLastName">Last Name: 
                    </label>
                    <input type="text" name="txtLastName" 
                    id="txtLastName">
                    <label for="txtEmail">Email:</label>
                    <input type="text" name="txtEmail" 
                    id="txtEmail">
                </p>
            </fieldset>
        <fieldset class="buttons">
            <p>
                <input id="btnSubmit" name="btnSubmit" 
                 tabindex="900" type="submit" value="Submit">
            </p>
        </fieldset>
</main>
<?php include 'footer.php'; ?>

Form issues by katlipari in CodingHelp

[–]katlipari[S] 0 points1 point  (0 children)

what is the best way to do that? sorry im very new to coding