try
print "<h1>".$_POST['test']."</h1>";
That’s a feature called Register Globals, which is now off by default.
try
print "<h1>".$_POST['test']."</h1>";
That’s a feature called Register Globals, which is now off by default.
:: Copyright KIRUPA 2024 //--