0

i need help guys, icant connect this php code with html code so that to display the form input😰

<?php   $name=$_POST["name"];//receiving name field value in $name variable   $password=$_POST["password"];//receiving password field value in $password variable   echo "Welcome. $name, your password is. $password";   ?>  

22nd Nov 2022, 6:55 PM
January Martine
January Martine - avatar
2 odpowiedzi
+ 1
What's your html?
24th Nov 2022, 9:39 PM
Toni Isotalo
Toni Isotalo - avatar
0
i have it arleady, just instruct me how to bro
28th Nov 2022, 6:47 AM
January Martine
January Martine - avatar