IS THERE A POSSIBILITY OF SELECTING TWO DATABASES/TABLES AT THE SAME TIME???
I MEAN IN ONE scripts(login.php).
Simply i need when someone login in my web,Just after login All his info two display
including his photo which is in Different database Or table.
AnyOne two help Me?

for tables u can use joins

2 tables at the same time, possible. 2 different databases at the same time, not possible. You have to open one database first, then the second one.

Edit: It might be possible ! Check the post by "buzz at oska dot com" here. http://nl2.php.net/mysql_select_db

You talked about "Join"
how does it work??????
Well i passed through the link you gave me.
they are talking more about selecting Different databases,thankx.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.