Search results

  1. M

    mail function problem!

    <?php $to = "somebody@example.com"; $subject = "My subject"; $txt = "Hello world!"; $headers = "From: webmaster@example.com" . "\r\n" . mail($to,$subject,$txt,$headers); ?> no i didn't get an error yes its saying the mail is sent but it didn't arrive to the destination. no, it hasn't...
  2. M

    mail function problem!

    cant send an email using mail() function in php... whats the problem??
  3. M

    mail() function problem!!

    the problem wasn't solved
  4. M

    mail() function problem!!

    i cant send mails using the mail() function, i want to enable the phpmail() from the server
  5. M

    big problem

    I have deleted a page from my website in the file manager but when i opened it in the browser using the domain, I found that the page still here..
Top