hi,
i wrote a php script that allow a user to login to a sql server.
But after i tried to log with an account it said that i was authorized to get in.
But that's not the problem, when i get back to phpmyadmin i get the following messages :
*************
Warning: Cannot add header information - headers already sent by (output started at c:\program files\easyphp\phpmyadmin\libraries\auth\config.auth.lib.php:91) in c:\program files\easyphp\phpmyadmin\header.inc.php on line 23
...... etc ..
**************
i checked in the faq but it didn't work (it said to verify if there were any blanks or charater before or after <? ?> in a file.
what must i do get back my mysqladmin????
2nd question : i must create a website that allows to view data of a mysql database. I think i should create a guest account to permit users to view the data only, and then special account users for those who want to send data.
Is it the best solution???
thanks
P.S
:sorry for the english



