This topic is locked

Checkbox

9/8/2005 8:29:09 AM
PHPRunner General questions
A
AntiAlias author

Hi there ...!
I wonder if there is any way to have the checkbox with the results but instead of deleting the selected i would like to select them instead.
As in, mailto selected ---instead of------delete selected
Is there something that can be done???????
THANK YOU IN ADVANCE !

Sergey Kornilov admin 9/9/2005

Hi,
You can modify the following fragment of code in ..._list.php file to send emails instead of deleting records.

if (@$_POST["mdelete"])

{

...

}


Also replace Delete selected text with Mailto selected in the same file.

A
AntiAlias author 9/9/2005

Wow, thank you...

I´ll be right on it...
Correct me if i´m wrong but one can use phprunner to do most of the programming and then edit the results a little here and there ...!?
Tnx man !