TheConeHead
Programmer
I need some help with the PHP side of things... I am doing a:
loadVariablesNum(page.php",0,"Post");
and on my php page I am doing:
<?
mail("hey@you.com","subject","Body: ".$body);
?>
it is working except it is not sending the variable $body... for asp I would have to do a request for the variable - I don;t need to do that in PHP right? What is wrong?
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)
loadVariablesNum(page.php",0,"Post");
and on my php page I am doing:
<?
mail("hey@you.com","subject","Body: ".$body);
?>
it is working except it is not sending the variable $body... for asp I would have to do a request for the variable - I don;t need to do that in PHP right? What is wrong?
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)