I don't see anywhere, where you are trying to actually email this stuff..
so, you might want to start there..
php.net/mail
Array in email
Moderators: egami, macek, gesf
-
- New php-forum User
- Posts: 13
- Joined: Mon Jun 13, 2011 4:08 am
what kind of programming is this... where you are using mail function and you want to mail
read the documentation on mail
syntax:-
mail(string $mailto,string $subject,string $header, string additional header);
if you new to PHP programming kindlly reach at php-mechanic.blogspot.com it will help you a lot.
read the documentation on mail
syntax:-
mail(string $mailto,string $subject,string $header, string additional header);
if you new to PHP programming kindlly reach at php-mechanic.blogspot.com it will help you a lot.