View Single Post
Old 07-07-2005, 06:19 PM   #9 (permalink)
4fingers
The Wanderer
 
Join Date: Jul 2005
Posts: 17
Thanks: 0
4fingers is on a distinguished road
Default

Yes you seem to be doing all wrong. On line 66 you have
HTML Code:
<form>
When you should have
HTML Code:
<form method="post" action="http://www.zmbworld.co.uk:2082/login" >
Then on lines 70 and 73 your input text fields have there name tributes starting whith a capital letter.
You may need to change those back to all lower case.
Then on line 77 take away that extra opening form tag and leave that closing form tag on line 78.
Hopefully that should clear things up

Although it does bring the question to why you are staring a hosting company when you dont have the basic HTML knowledge as it will come in handy later.
4fingers is offline  
Reply With Quote