How Do I Use .php Files?

i have some php files and a button linking the file
<a href="registration.php"><button id="signup" style="color:darkgreen;background-color:lightgreen">test</button></a>
i used the code and when i press the button it just gives me an error. i have code in the .php file
im following a tutorial to make a signup form that saves using SQL and my website it https://pro-gamer.ml

What error?

2 Likes

I went to http://pro-gamer.ml/registration.php and got a HTTP 500(most likely your code crashed)

3 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.