Recent content by eurisk52

  1. E

    x10's free servers

    OK thank you.
  2. E

    x10's free servers

    Simple question on x10 free is the server move finished yet?
  3. E

    403 Forbidden

    It has to do with there server move. Mine is the same 403 Forbidden. So i'd say there not finished yet.
  4. E

    php mail/contact form

    Ok i think i've tryed everything to get this contact form to work could someone help me to make a new one that works on here all i need is the name,email address and message and a mailer to send it with this is a html5 web site. Thanks
  5. E

    php mail/contact form

    OK i took the $headers out of the php code and it didn't do the trick php code as it is now. <?php /** * * * * **/ //vars $subject = $_POST['subject']; $to = explode(',', $_POST['to'] ); $from = $_POST['email']; //data $msg = "NAME: " .$_POST['name'] ."<br>\n"; $msg .= "EMAIL: "...
  6. E

    php mail/contact form

    So i need to replace email address in blue with one from x10's website? <!-- send mail configuration --> <input type="hidden" value="myemail@gmail.com" name="to" id="to" /> <input type="hidden" value="myemail@gmail.com"...
  7. E

    php mail/contact form

    I have tried both making and downloaded templets that have a contact form in them and still i can't receive any emails when i test them out i'm on x10's free hosting the form says it sends but when i check for emails there's nothing. I have used both gmail address and at x10's elementfx account...
  8. E

    uploads using filezilla

    I'M trying to upload wordpress 3.4 using filezilla and it keeps after about 300 files it keeps saying "all files transfered" and i know not all of them are. Can someone help please. Thanks
  9. E

    public folder

    Got it. Sorry for the post.
  10. E

    public folder

    Hi, I'M new to website prorgramming i'm using filezilla to upload my site but i can't access the public folder i can't even see it in filezilla. How can i access it using filezilla? Thanks
Top