I didn't understand your problem.
Are you trying to add your registration form to your website or are you just not able to connect to the script?
Quote:
|
My root server and my homepage are on different servers and i dont know how to do it that i can create an account
|
If you are trying to add your registration form to your website, just use an iframe.
It should look like this:
HTML Code:
<iframe src="your path to the script" width="What you want eg: 100 for 100px" height="what you want eg: 100 for 100px" frameborder="0 for no borders and 1 for boerders" scrolling="no"></iframe>