A: 

hmm you have send your script without the connection include file. Its a bit difficult to ask your question. What is the exact error message? And how do you connect?

Stony
<?php// MySQL database connection file$SERVER = "127.0.0.1"; // MySQL SERVER$USER = "root"; // MySQL USER$PASSWORD = "admin"; // MySQL PASSWORD$link = @mysql_connect($SERVER,$USER,$PASSWORD);$db = mysql_select_db("website");?>
Sai kiran
sir i have sent the connection code pls point my error
Sai kiran
pls any one pls help me out am in grt trouble here
Sai kiran
please friends have completed my project ,only the login pages is not coonecting ,i have attached the login.php and database code.please chack that out and do please reply me.
Sai kiran