so i have code php like this:
$fname="dor";
$fname=$_POST["fname"];
and i want to pass the $fname from the php file to an html file
in my html file i want to print on the screen "dor"
how to do it?
but when i run it i get this error:
Undefined index: fname
what should i do? tnx for helpers :)