Page 2 of 2

Re: HELP with the isset function

Posted: Sun Jun 03, 2012 6:05 am
by requinix
vlio20 wrote:yes i checked them, what do you mean by "What's the HTML source "?
Nevermind, you saw my post before I edited it.

You have to use the same one <form> for all the form fields. Wrap it around all the buttons, checkboxes, textboxes, and everything else you want to submit.

Code: Select all

                <aside id="main_aside"> <?php  accountLinks(0);  ?></aside>
                <form method="post">
                        <div id="messagebar">
                                <input type="submit" name="db" class="groovybutton" value="Delete"/>
                                <input type="submit" name="archive" class="groovybutton" value="Archive" />
                        </div>

Code: Select all

                        </aside>
                </form>
                <?php footerCode();?>
        </div>

Re: HELP with the isset function

Posted: Sun Jun 03, 2012 6:21 am
by vlio20
I fixed it (with your help requinix) thanks a lot!!!! it needs to be under the same <form>