Hello everybody,
I need a help in installing and configuring php with pws. I have installed both
(pws 4 and php 4.x). I followed the configuration steps givin in the manual, but i am
unable to php script.
I want the full details from the starting of installation and configuration
Hello Everybody,
When I try to use mail() function it is not working.
This is my program:
$to="[EMAIL PROTECTED]";
$from="[EMAIL PROTECTED]";
$message="Hai\nHow r u?";
$subject="Hello";
$success=mail($to, $subject, $message, "From:$from");
if ($success)
echo "Your mail has been sent";
Hello Everybody,
I have php 4.3.9 running on win98 with pws. I want to add extensions to my php. When I checked the manual i found that there will be an extensions directory when we install php.
But I did find any such dir in the system. Now what should I install to get the extensions di
Hello everybody,
I have a problem running IMAP functions. This is the error iam getting when i try to create a mailbox.I am using php 4.3.9 on windows with pws server.
Fatal error: Call to undefined function: imap_open() in C:\Inetpub\wwwroot\mailbx.php on line 2
I have the extensio