i am trying to code a forum in php but whenever i try to register it returns the code i typed:
<?php
$username = $_POST["username"];
$password = $_POST["password"];
echo "register info : ";
echo $username. ;
echo $password. ; ?>
(this isn't the final code and is just a test to see if the code is working) but it should return what i inputted into the text box' for the username and password.
also dont know if this helps but the "wamp localhost server" i set up also isnt working i tried changing the port multiple times