-----Original Message----- From: Brad [mailto:brads@xxxxxxxxx] Sent: Monday, November 19, 2007 9:34 PM To: 'replies-lists-b2z2-php@xxxxxxxxxxxxxxxxxxxxx' Subject: RE: two small issues with php mail Thought it was a support forum! Support usually does not mean "piss off". Brad -----Original Message----- From: replies-lists-b2z2-php@xxxxxxxxxxxxxxxxxxxxx [mailto:replies-lists-b2z2-php@xxxxxxxxxxxxxxxxxxxxx] Sent: Monday, November 19, 2007 9:31 PM To: Brad Subject: RE: two small issues with php mail the php mailing list is not intended as a tutor. we have all provided you with pointers and direction. it is for you, as the student, to use your skills, seek out examples if necessary, and then determine how to implement a solution. the online php manual is really sufficient documentation. if the core documentation provided by the php developers isn't sufficient, then look at the included user-provided examples (realizing that they aren't vetted, so aren't always 100% accurate). if you don't do well with things in manual format (some people do, some don't), then you might want to buy the o'reilly php book or something similar. on the specifics, if you don't know how to format a print statement, then look it up: <http://www.php.net/manual/en/> a tutor might turn the manual to the appropriate page and point to an example, but as that's not our role so i'll let you thumb through to the right page. ------------ Original Message ------------ > Date: Monday, November 19, 2007 09:16:13 PM -0500 > From: Brad <brads@xxxxxxxxx> > To: replies-lists-b2z2-php@xxxxxxxxxxxxxxxxxxxxx > Subject: RE: two small issues with php mail > > Provide the proper documentation and that is not necessary! > Brad > > -----Original Message----- > From: replies-lists-b2z2-php@xxxxxxxxxxxxxxxxxxxxx > [mailto:replies-lists-b2z2-php@xxxxxxxxxxxxxxxxxxxxx] > Sent: Monday, November 19, 2007 9:07 PM > To: Brad > Subject: RE: two small issues with php mail > > I'm sorry, but if you have to ask this question you need to get > yourself a tutor - the intent of this mailing list is not that. > > > - Rick > > > ------------ Original Message ------------ >> Date: Monday, November 19, 2007 08:52:36 PM -0500 >> From: Brad <brads@xxxxxxxxx> >> Cc: php-general@xxxxxxxxxxxxx >> Subject: RE: two small issues with php mail >> >> This is a new trick for me, can you kindly explain? >> I know what you are getting at, I am just not real sure on th >> method? >> >> Do I just replace "mail" and the end with print? >> Aka >> mail($email, $subject, $body, $headers); >> with >> print($email, $subject, $body, $headers); >> >> ?? >> >> -----Original Message----- > >> Sent: Monday, November 19, 2007 8:44 PM >> To: Brad >> Subject: RE: two small issues with php mail >> >> well, you need to do some basic debugging. >> >> a) replace your mail() function with print statements and review >> the output to make certain that it is correct. [this will require >> that you look at appropriate documentation to see how message >> headers/body should be formatted.] >> >> b) if "a)" looks right, then look at your mail server's logs to see >> what shows up there. >> >> - Rick >> ---------- End Original Message ---------- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.503 / Virus Database: 269.16.0/1137 - Release Date: 11/18/2007 5:15 PM No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.503 / Virus Database: 269.16.0/1137 - Release Date: 11/18/2007 5:15 PM No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.503 / Virus Database: 269.16.0/1137 - Release Date: 11/18/2007 5:15 PM -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php