Email selected records |
11/8/2014 5:59:58 PM |
PHPRunner General questions | |
N
nti author
From tutorial Xlinesoft Help File $emails[] = $data["EmailField"];
|
|
![]() |
Sergey Kornilov admin 11/8/2014 |
$email = $data["Email"]; |
N
|
nti author 11/9/2014 |
$email = $data["Email"];
$email = $data["email_pri"];
|
![]() |
Sergey Kornilov admin 11/9/2014 |
You need to assign email inside the loop. $data array has no meaning outside of the loop. while( $data = $button->getNextSelectedRecord() ) |