[PHP-DB] Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Richard Quadling
2011/4/4 Guru™ : > Hi, > > Here is the PHP script I am using to send email to myself. > > > > $party_name = $HTTP_POST_VARS['party_name']; > $contact_no = $HTTP_POST_VARS['contact_no']; > $email = 'nagendra802...@gmail.com'; > > > mail($email,$party_name,$contact_no); > > ?> > > > > 2011/4/4 Richa

[PHP-DB] Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Guru™
Hi, Here is the PHP script I am using to send email to myself. 2011/4/4 Richard Quadling > 2011/4/4 Guru™ : > > Hi Richard, > > I am using simple PHP mail function but, I am unable to send an email to > > myself. What I want is when the user click on submit button I should get > an > > emai

[PHP-DB] Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Richard Quadling
2011/4/4 Guru™ : > Hi Richard, > I am using simple PHP mail function but, I am unable to send an email to > myself. What I want is when the user click on submit button I should get an > email with the form data. > > > > 2011/4/4 Richard Quadling >> >> 2011/4/4 Guru™ : >> > Hi All, >> > >> > I have

[PHP-DB] Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Guru™
Hi Richard, I am using simple PHP mail function but, I am unable to send an email to myself. What I want is when the user click on submit button I should get an email with the form data. 2011/4/4 Richard Quadling > 2011/4/4 Guru™ : > > Hi All, > > > > I have this HTML form > > > > > > > >

[PHP-DB] Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Richard Quadling
2011/4/4 Guru™ : > Hi All, > > I have this HTML form > > > > > > >   >     >       cellpadding="0" cellspacing="0" bordercolor="#00"> >         >           align="right">Your Name >           type="text" size="50" /> >