Recent content by mrnutt

  1. M

    Hello

    Hello All
  2. M

    is php mail() function working?

    no it is sent to send to me. Here is a basic working contact form in php using mail() <?php function spamcheck($field) { //filter_var() sanitizes the e-mail //address using FILTER_SANITIZE_EMAIL $field=filter_var($field, FILTER_SANITIZE_EMAIL); //filter_var() validates...
  3. M

    is php mail() function working?

    Yes as far as i can tell. i use the mail() function on my basic contact form at My Website .Hope this helps.
  4. M

    [0 credits] Free Custom Facebook Like Website (social Networking) Like Script

    Giving away a copy of my Facebook Like Website Script.eg:(http://www.fblike.net/). Visit: http://likeheaven.damosplace.x10.mx/ to download a copy and build your own Custom Facebook Like Website. Please note: This script works and you will need a little knowledge of MySQL and PHP.I highly...
  5. M

    website currently unavailible....again

    thanks for the quick reply
  6. M

    website currently unavailible....again

    i have been updating my site at http://damosplace.x10.mx/ but have been unable to view it as i keep getting a page that says "The page you are looking for is temporarily unavailable.Please try again later. ". this has been happening for the last 24 hours. My Server: Stoli
  7. M

    Calling all users on the "Starka" server

    my site: http://damosplace.x10.mx/ i am on server: stoli When i visit i get: The page you are looking for is temporarily unavailable. Please try again later. This has been all day was fine last night.
  8. M

    using php mail();

    i had made an email form using mail(); but appears not to send just refreshes the page. i have looked for help on my own but have only found leads saying to request mail(); please help thank you
Top