Forum: PHP Mar 1st, 2009 |
| Replies: 13 Views: 1,976 still no result .. i am still stuck . i think you should configure the php.ini file accordingly to send email,
i wander how others send email from php mail function.. if any1 knows please help... |
Forum: PHP Mar 1st, 2009 |
| Replies: 13 Views: 1,976 i found this link,, see if any of u undestand any .. they say theres a bug in the mail() method.. and they have suggested many ways to fix it
http://au.php.net/mail |
Forum: PHP Mar 1st, 2009 |
| Replies: 13 Views: 1,976 how do work with it, any sample code, i couldn't find it by browsing, but there is an extension called "mailparse"- email message manipulation ..
pop3 is also, there... do v have to configure... |
Forum: PHP Mar 1st, 2009 |
| Replies: 13 Views: 1,976 no use still stuck ... help help !!! |
Forum: PHP Feb 28th, 2009 |
| Replies: 13 Views: 1,976 [mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
sendmail_from = shaenator7@hotmail.com
; For Unix only. You may supply arguments as well (default:... |
Forum: PHP Feb 28th, 2009 |
| Replies: 13 Views: 1,976 my OS is Windows XP, i have installed apache server (2.0 X) .. i am writing a script to send an email via php mail function.
<?php
$to = "myAddress@hotmail.com";
echo "1";
$subject = "Hi!";... |
Forum: PHP Feb 14th, 2009 |
| Replies: 6 Views: 582 i saved it as hello.php, in "C:\Program Files\Apache Group\Apache2\cgi-bin" ... then when i double click on that .. i dont get the expected output |
Forum: PHP Feb 14th, 2009 |
| Replies: 6 Views: 582 Hello World! '; ?> <<-- this is the output that i get |
Forum: PHP Feb 14th, 2009 |
| Replies: 6 Views: 582 i am new to PHP, i typed in a hello world php program and opened it using the web browser, but the end tag "?>" is also getting displayed, could any one correct my code ...
<html>
<head>... |