Hi, For some reason my code displays werid in IE and Firefox. http://www.episodewire.com/administration/login.php works in both! http://www.episodewire.com/administration/login.php?function=processlogin Doesnt work in IE? If I disable the PHP code that drives the processlogin function is displays right in IE Can someone PLEASE help me
What are we supposed to be looking at? What doesn't work? Are we supposed to enter the password/id to view this page? Firefox will show what you wrote. IE makes things up as it goes along. Never trust IE.
Try in IE and then firefox. Enter a random username and password. The ?function=processlogin page is on the left and I dont understand why.
in IE 8 i get not even a login screen. I get a script error. when i look in the source of the page in IE 8, I see the following .... </head> <body onload="init()"> </head> <body> .... You close the header, you start the body, then you close the header again and then you open the body again ? This of course doesn't work. BTW both pages are not working.