I am setting up a registration form and I wanted to test that my page was successfully reading my entered data by running an echo command... (echo "$username/$password/$passwordrepeat/$email/$emailrepeat";)
The problem: When I click submit, nothing happens...
Here is my PHP Code...