Checkbox |
10/22/2008 11:49:39 AM |
PHPRunner General questions | |
W
whatupcuzz84 author
Hi! I'm am a complete n00b at PHP, but am a fast learner. I need help. |
|
J
|
Jane 10/23/2008 |
Hi,
<A onclick="frmAdmin.a.value='update'; frmAdmin.submit(); return false;" href="#">Send email</A>
//delete records if(@$_POST["a"]=="delete") return true; //send email //add your custom code here |
W
|
whatupcuzz84 author 10/23/2008 |
Hi, please see my answers below:
|
J
|
Jane 10/24/2008 |
Hi, |
W
|
whatupcuzz84 author 10/24/2008 |
Hi, you can use existing column with checkboxes for your purpose. It is more easy. To add column with checkboxes select Delete/Print or Export page on the Choose fields tab. Then you can remove Delete/Print or Export link on the Visual Editor tab if needed. And add new button (or link) to send email with selected records as I've mentioned before.
|