mysql_connect("localhost", "rdsgtjj", "ndfgd1");
mysql_select_db("users");
mysql_query("INSERT INTO user (user,pw,email,joindate,name,addy1,addy2,city,state,zip,country,ref,referip,fries,confirmed,confirm)
VALUES ('$username',password('$pw'),'$email','$joindate','$name','$addy1','$addy2','$city','$state','$zip','$country','$ref','$REMOTE_ADDR','500','$pin','n')");
Is there anything wrong with the above script? It isnt updating mysql