The is a very simple echo statement but I can't solve it?
echo '"What is your name?'";
|
This is Simply the best. No confusion No problem..:) |
||||
|
|
|
Mismatch of single quotes, use this:
Your first enclosing character was single quote but ending one was double quote causing the problem |
||||
|
|
|
Incorrect:
Correct:
Correct:
Correct:
Correct:
Correct:
|
|||||||
|
|
This is where your interpreter is choking: echo '"What is your name?' expecting |
|||
|
|