heres my code:
<?php print("<html> <head> <Title> Member Area Login </title> </head> <body> <FORM METHOD=POST ACTION=\"memberarea.php\" target=\"blank\"> Member ID <br><input type=\"text\" name=\"id\"> <br><br> Password <br> <input type=\"password\" name=\"pword\"> <br><br> <input type=\"submit\" value=\"Log-In\" > </body> </html>");
and heres the output http://www.global-european.com/GE%20DEV%202006/login.htm
im trying to use cookies to bypass teh login form but first i wanna try and ensure i can pritn eth login from wwith php and so far i cant?