Hi i am currently coding for a school project i am not a master in coding. I am making a form using php and html with wampserver. Some of my php code stays in the boxes wich u have to put your name in etc. Can you please help me. Below is my php code and html. i tried everything w3schools and other stuff but still cant fix it please help me
i tried to begin over and now if i click the send button i get an error.
error code:
Parse error: syntax error, unexpected '&' in C:\wamp64\www\web\formprocessor.php on line 4. i did tried to delete some & but still didnt work.
this is my code
&Naam=&_POST["&fNaam"]
&Email=&_POST["&fEmail"]
echo("Hallo &myNaam <br />");
echo("&myEmail isje mail.<br />");