Jump to content

JOERI840

New Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Everything posted by JOERI840

  1. ok it works!! thanks again oh, for the information: "onderwerp" means "subject" and "bericht" means message.... all in dutch ) so no underwear for the one that's rich
  2. YES !!!!!! thank you very much !!!!! one other question, is it possible to put in the email message in front of the data to put what it is? like TELEFOON: and then here the data from "telefoon" ??? thanks again !!
  3. Also what are the valuse within: $_POST['email'], $cOndPre, $_POST['onderwerp'], $cOndSuf, $pBerichtUser, $pHeader these are all working, so there is no problem... also there is no error message, it seems that it is working... but in the email, only those two fields (telefoon and telav) stay empty (al tough there is an empty space at the place where they should be) what do you mean with :One last thing instead of '. $var['a'] .' you can just put {} around it. ?? i dont see it in my code?
  4. still another problem.... it seems that i cannot put 2 items in the email tough i just copied the code from the other items... can someone help out with this issue? code in form: <input type="text" name="telefoon" size="40" value="<?= $pTelefoon; ?>"> <input type="number" name="telefoon savonds" size="40" value="<?= $pTelav; ?>"> code to put in email: $pBerichtUser = 'Het volgende bericht heb je verstuurd via contact formulier:<br><hr><br>'.$_POST['naam']."</br>".$_POST['voornaam']."</br>".$_POST['adres']."</br>".$_POST['postcode']."</br>".$_POST['gemeente']."</br>".$_POST['Telefoon']."</br>".$_POST['Telav']."</br>".$_POST['email']."</br>".$_POST['onderwerp']."</br>".$_POST['bericht']; mail($_POST['email'],$cOndPre.' '.$_POST['onderwerp'].' '.$cOndSuf,$pBerichtUser,$pHeader); anyone?????
  5. ok the "</br>" worked i just did'nt know where to put exactly (before ".", after "." etc.... anyway, thanks a lot !!!
  6. Hi all, I amnew in php and took a form from somewhere... The formis working and all data is put in an email message but to lay-out the email i want to know how to put a line break in the code. this is a smallpiece of code $pBerichtUser = 'Het volgende bericht heb je verstuurd via contact formulier:<br><hr><br>'.$_POST['naam'].$_POST['voornaam'].$_POST['bericht']; now when the email is send, "naam", "voornaam" and "bericht" are written next to each other and i want them to be under each other. Can someone tell me how to put the line break into this code? thanks a lot !!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.