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 !
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 author9/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 !