01-26-2016, 08:33 AM
If you want it on the same site:
Example:
Html Form & Php Script in the same .php file.
Write your html code in the first, then you make the php script (the script must check if posted or not so make if(submit))
btw. this should solve your problem if already all done <form action = "register.php" method ="_POST"> => <form action = "register.php" method ="POST">

