I have a problem with php and i though you may help me.
On my PC , i made a login form and a script that take the variables and verify if they are in a text file. after that , the script opens a page.
And all this are working well on my PC. When i put the files on the server wich stored my website , it seems that the variables are not sent.
what shall i do?
i use <form action="my url" method="post">bla bla </form>