PHP help please
PHP help please
Out of context: Reply #2
- Started
- Last post
- 13 Responses
- UndoUndo0
$msg = $_POST['userMessage '].$_POST['userMessage2'].$_POST ['userMessage3'];
if you want to combine all of the message fields
$msg = $_POST['userMessage '].$_POST['userMessage2'].$_POST ['userMessage3'];
if you want to combine all of the message fields