i have created a database initially and had framed only one table.
The php script was working fine , i could store values and reterive from them.
I again created one more table in the same database , inorder to store data in it. but the PhP script is by default accessing the first table in the same DB rather than accessing the second one.
Is there any way to specify the table name..?
or will i have to create one more DB for the table ..?