Hi, My server is running on shared server which has support for PHP 4.1.2. I installed mySQL for our shared server. I also installed phpMyAdmin. Both are running properly. But I am facing following problems
1) If there is any error in the script - It is not getting displayed - screen is becoming blank, so it is becoming very difficult for me to make out any mistake. 2) I am trying to send email - but not getting any email. This is the script <? $mailBody = "This is one line \ n This is a second line \n\n this is a third line"; $boolMail = mail ("[EMAIL PROTECTED]", "Test mail", $mailBody); print ("Email has been send "); ?> I am getting print statement but not the mail. Any extra settings are required ? Thanks in advance Manisha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php