Search results

  1. H

    contact php form problem?

    <?php $mailTo = "[email protected]"; $mailFrom = $_POST['emailFrom']; $subject = $_POST['subject']; $message = $_POST['message']; $headers = "From:" . $_POST['name']; header("Location: index.html#contact"); mail($mailTo, $subject, $message, $mailFrom, $headers); ?> this is the code I used...
  2. H

    contact php form problem?

    <?php $mailTo = "[email protected]"; $mailFrom = $_POST['emailFrom']; $subject = $_POST['subject']; $message = $_POST['message']; $headers = "From:" . $_POST['name']; header("Location: index.html#contact"); mail($mailTo, $subject, $message, $mailFrom, $headers); ?> this is the code I used...
  3. H

    question about the error while playing a game on pc.?

    Have you ever experience the error in sim 3 game? Okay, I using new laptop to play this game and my laptop is the best, very expensive and newest version so don't have to ask if my laptop had a prob. .....I don't know why, after I play this game for more than 5 days I experience the problem the...
  4. H

    have you ever experience the error in sim 3 game?

    Okay, I using new laptop to play this game and my laptop is the best, very expensive and newest version so don't have to ask if my laptop had a prob. .....I don't know why, after I play this game for more than 5 days I experience the problem the game send me out to window if I stay in the game...
Back
Top