PitbullMean
11-25-2007, 10:56 PM
Hey guys I'm back, was wondering if someone could help me out I need my application form to be sent to 2 email addresses.
eric@dragonethosting.com and pitbullmean@gmail.com
Heres the code I know it looks wrong because I was doing some trial and error stuff but heres to coding section that needs to be fixed.
$eric = 'mail@globalassaultgroup.com';
$patrik = 'eric@dragonethosting.com';
$mailto = "$patrik \n" . , "$eric \n" . ;
eric@dragonethosting.com and pitbullmean@gmail.com
Heres the code I know it looks wrong because I was doing some trial and error stuff but heres to coding section that needs to be fixed.
$eric = 'mail@globalassaultgroup.com';
$patrik = 'eric@dragonethosting.com';
$mailto = "$patrik \n" . , "$eric \n" . ;