Forum Moderators: coopster
new_member.php - script that executes the registration
new_member.htm - contains the html registration form
template.htm - html template
If the user does not fill in all the required fields, new_member.htm is called in new_member.php, with the appropiate error message.
Now, I have problems including my template.htm file.
1.If I include it in the new_member.htm, whenever the user does not fill in the required fileds, the error message are displayed on top of the template.
2.If I include it in the new_member.php, the form is not displayed properly.
Any ideas?
By the way, the script for user registration I am using is this: [phpfreaks.com...]
I believe that im going to need more information to help you out, but this is what im getting so far.
An error message is coming out on top of a template and you want it below that template? (something like that)
If this is the case, then i suggest looking back at your code. Somewhere it's printing the error message before it's including the html template. If you can change this to be the other way then it will work fine.
If this is not the case, then please elaborate.
hope this helps some...