/    Sign up×
Community /Pin to ProfileBookmark

Sending Page Section.

hello,

I am sending page section for multiple users in DB, but can not get properly listed FirstName and LastName as always I get the first record from the table for all the emails been corectly send for multiple users, please see code below:

<?php
$sectemailObj = new tNG_EmailPageSection();
$sectemailObj->getCSSFrom(__FILE__);
$sectemailObj->setFrom(“[email protected]“);
$sectemailObj->setSubject(“text”);
$sectemailObj->setFormat(“HTML/Text”);
$sectemailObj->setEncoding(“ISO-8859-1”);
$sectemailObj->setImportance(“Normal”);
$sectemailObj->BeginContent();
?>

<— Page Section Start —>
<?php echo $row_customers[‘firstname’]; ?>
<?php echo $row_customers[‘lastname’]; ?>

<— Page Section END —>

<?php
$sectemailObj->EndContent();

do {

$sectemailObj->setTo(“{customers.email}”);
$sectemailObj->Execute();

} while($row_customers = mysql_fetch_assoc($customers))

?>

to post a comment
PHP

0Be the first to comment 😎

×

Success!

Help @spacemoc spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...