Hi there.
I was just wondering if anyone can help me with this damn problem i found...
I was using a login script very well until the day i needed to incorporate some encryption to the password.
So i created a Class called Password.class.php and inserted the require_once('...') to the login script...
The problem is that in another script files the class works 100% but in this one the class works but somehow gives conflit to Header(Location... because it won't go to the specific location...
If i remove the require_once for the password class it goes smoothly even using other classes i made...
PS: The password just returns values don't write anything to the screen so the headers should be empty and working right??
What can be the problem?
Sorry i forgot to mention... i inserted an Error_reporting... and it gives somewhere this code
headers already sent (output started at C:\program files\ensim\sitedata\alugarcasa\inetpub\wwwroot\includes\Password.class.php:71)
but the line 71 its the final } of the class... like class Password { ..... } <--- is this one here ehehe
Best Regards,
Luis Simoes