Hi, I'm sending an email in php, and would like to include some dynamic values in the email, but for some reason it's not picking it up, so when u get the email it just looks like $NickName,
my code:
$NickName = $_REQUEST['NickName'];
$message = 'Thank you, $NickName for pre-registering';
could someone show me the correct syntax to make this work?
thanks in advance for your time!
-Ken
Must read Review for Serious PHP Developers
NuSphere PhpED 5.5
: The Staff of php-editors.com recently spent a few days working with NuSphere
PhpED 5.5
(a popular PHP IDE) and
NuCoder 2.0
(a PHP Encoding Utility), read up on all the details.