hello,
can somebody tell me why when i use a link on <form action="http://www.mysite.com/login.php" method="POST"> the login script won't work :(
first i used only action="login.php" but now i need to use the link because i want other login forms on diferent pages (directory) like http://www.mysite.com/news/
and i can't put on every directory the script login.php !
in IE works fine but in netscape firefox or chrome sometimes don't work i don't know why in firefox without the www. works better :| i made a javascript to change the action="" link but don't work for some users..
ps: all the datas are get in php from $_POST
any suggestion?! thanks :)