Code: Select all
$mailContent .= "Product: {$row['product']}\n";
$mailContent .= "Quantity: {$row['quantity']}\n";Moderator: General Moderators
Code: Select all
$mailContent .= "Product: {$row['product']}\n";
$mailContent .= "Quantity: {$row['quantity']}\n";Code: Select all
while ($row = mysql_fetch_array($result))
{
$xProduct = $row['Product'];
$xQuantity = $row['Quantity'];
$xArray[] = $xProduct;
}
foreach($xArray as $key => $value )
{
echo $key. " ". $value. "<br>";
}
are you referring to Celaura's / my code?deragoku wrote:I'm confused, just a little, because the product definition of the dollar, even if you do not use the code, I suggest $ mail Content is picked as undefined.
deragoku is a spammer - look at the link in its signature. Just ignore what it says.Tokunbo wrote:@deragokuare you referring to Celaura's / my code?deragoku wrote:I'm confused, just a little, because the product definition of the dollar, even if you do not use the code, I suggest $ mail Content is picked as undefined.