Well, I have created a config file where I provide the server name,dbname,dbusr name.I include this in another file called create which just creates a table to store userinformation.
So when the login html file gets a user name and password it has to call another page...but it showed a error 'dbname.usertable' not exists. So I tried changed the database name and and tried to use the usertable of that database...this time it was error logging on.....
Well I would like to know the possible reasons .Could you please help me with the reason...
Also if possible the steps you would follow when creating a database for a web application including commands and whether create a user and grant permission for the application database
hari