Do not judge strictly. This can be said my first script, which I parse and that lump. :( In short, the point is this. There is a form send.html :
<html> <body> <form action="script.php" method="POST"> Введите имя: <input type=text name="name"><br> Введите возраст: <input type=text name="age"><br> <input type=submit value="GO!"> </form> </body> </html> And there is a script script.php :
<?php echo "Привет,$_POST['name']! Вам $_POST['age'] лет !"; ?> So, as a result of the work of this simple script, the error takes off:
Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting '-' or identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in E: \ wamp64 \ www \ mysite \ script.php on line 2
And here I do not understand: either something in the code is not correct, or my web server is buggy. By the way, I have a build WAMP 64bit 3.0.6.