Unable to connect php and html file
Moderators: egami, macek, gesf
Please make connect.php as a HTML page, like connect.html and make that work from your registration page.
Then, make connect.php as a simple php page, maybe with just an echo statement and make that work from registration page. Then, make your current stuff work with registration page.
Then, make connect.php as a simple php page, maybe with just an echo statement and make that work from registration page. Then, make your current stuff work with registration page.
Write form name where action="___" in form tag.
<form id="RegisterUserForm" action="form name.ext" method="post">
<form id="RegisterUserForm" action="form name.ext" method="post">