I am trying to implement the creating topic part in forum
Why I can't use the another php file, say b.php to get data that sent from a.php?
$topic=$_POST['title'];
$detail=$_POST['content'];
$name=$_POST['username'];
Errors show message that undefined index at these 3 inputs.
b.phpI don't see any reason why you can't make suchposton it.<form action='b.php' method='post'>