Re: HELP with the isset function
Posted: Sun Jun 03, 2012 6:05 am
Nevermind, you saw my post before I edited it.vlio20 wrote:yes i checked them, what do you mean by "What's the HTML source "?
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>