Hi all, I seem to be having trouble with the echo command, I have never programmed in PHP and am starting to learn!
What I want to do is write the following:
Hello Mark, is your date of birth 05/07/1977 correct?
The php code as follows:
echo "Hello " & $_POST["fname"] & ", is your date of birth " & $_POST["age"] & " correct?"
I get this error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING