Jump to content

Inserting num_rows in email message


monkeybidz

Recommended Posts

I am trying to get an all text email to send some information passing some variables. Disregard the num_rows topic. I was thinking of something else. This is a partial part of the code:
[code]
mail ('[email protected]', 'Your subject',
"This is where i want the variable to show",

'From: [email protected]');
[/code]

The variables are [b]$invoice_num[/b] & [b]$description[/b].

The varaibles are being passed from another page already. The mail script sends most of it, but i cannot get it to show within the message area of the email.

Thanks in advance!
Link to comment
https://forums.phpfreaks.com/topic/9102-inserting-num_rows-in-email-message/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.