SyntaxFix
Write A Post
Hire A Developer
Questions
Inside testing2.php you should print the $_POST array which contains all the data from the post. Also, $_POST['name'] should be available. For more info check $_POST on php.net.
testing2.php
$_POST
$_POST['name']