Your Name: //Dynamic data//index.phpprint "Hello, ";// Print what was submitted in the form parameter called 'user'print $_POST['user'];print "!";?>