PHP help please
PHP help please
Out of context: Reply #9
- Started
- Last post
- 13 Responses
- UndoUndo0
with spaces
$msg = $_POST['userMessage '].' '.$_POST['userMessa ge2'].' '.$_POST ['userMessage3'];
with line returns
$msg = $_POST['userMessage '].' \n\r'.$_POST['userMessa ge2'].' \n\r'.$_POST ['userMessage3'];
hope that helps