View Single Post
Old 07-07-2005, 02:58 PM   #8 (permalink)
jaswinder_rana
The Acquainted
 
Join Date: May 2005
Posts: 106
Thanks: 0
jaswinder_rana is on a distinguished road
Default

i think thats because of these 2 lines
PHP Code:
<input name="Submit" type="image" src="images/login.jpg" style="border:'none';" width="46" height="12">
<
form method="post" action="http://www.zmbworld.co.uk:2082/" 
you see, that <input... line should be a part of the form like
PHP Code:
<form method="post" action="http://www.zmbworld.co.uk:2082/" >
<
input type="image" src="images/login.jpg" style="border:'none';" width="46" height="12"
like this, and may i suggest having a name for the form, in case you need to do some javascript stuff with it(just as extra)
__________________
---------------------------
Errors = Improved Programming.
Portfolio
Send a message via MSN to jaswinder_rana
jaswinder_rana is offline  
Reply With Quote