QUOTE(golom @ Apr 14 2008, 12:25 AM)

I would apreciate it if you could please tell me how to create a database with a tabkle it would idealky store user ids, Passwords and e-mail address. IN java if possable please
Mnay thanks
(1) Is this a completely new question? In which case, please start a new thread.
(2) Um, what do you mean by "java"? If javascript, no chance. If java, it must be possible, but you would need to use some library for the java to access a database. More typically, use PHP and MySQL, which are very widely available. I can now recommend PHPMyAdmin from personal experience as an excellent way to build the database tables.