Welcome Guest, Not a member yet? Register   Sign In
Personal library and Undefined property $input
#11

[eluser]CroNiX[/eluser]
You also want to be using === operators when checking to see if something was set in input::post() or input:Confusederver(). The function will return a boolean FALSE. Your just checking for anything that equates to false, so if the PHP_AUTH_USER is 0 that wouldn't work there even though it might be a legitimate value. It might work in this particular case, but this can and will bite you at some point unless you understand what it does.
#12

[eluser]luca89pe[/eluser]
Thank you for your help!!
I had some bad days because it told me:
Code:
Message Cannot modify header information - headers already sent
today i had some moments to search it on web and try the solution: 1 blank space after the ?> php closing tab!!! (really it made me crazy)
Now it shows the dialog, but doesn't accept my user and psw ("prova" for both), so it shows the dialog in loop!
I will have some tests today and update you!

Another time thank you for ur help!
#13

[eluser]InsiteFX[/eluser]
Take off the ending PHP tag you do not need use it.
#14

[eluser]luca89pe[/eluser]
i can't go out this problem o.O
i don't know, dialog loops if i type right user and password, too...




Theme © iAndrew 2016 - Forum software by © MyBB