It says that I have 3 syntax errors at lines 17, 21 and 24, but I don’t really understand what did I do wrong, even though I checked thousand of times. If anyone could help me, I’d gladly appreciate it. Thanks in advance.
[php]
<?php $nume=$_POST["nume"]; $con=mysql_connect("localhost","root",""); mysql_select_db("tutoriale,$con); echo '
'; echo "Nume";echo ' | '; echo ''; echo "Grad de dificultate";echo ' | '; echo ''; echo "Număr pași";echo ' | '; echo '
'; echo $row['Nume'];echo ' | '; echo ''; echo $row['Grad de dificultate'];echo ' | '; echo ''; echo $row['Număr pași'];echo ' | '; echo '