how to do connectivity of 2 dbs in PHP script?
Answer Posted / manjunath
mysql_query("select db names");
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
How to get no. of rows using MYSQL function?
What is the difference between Split and Explode in PHP?
What is php and sql used for?
Which function can be used to delete a file?
Can you explain, when to use if-else if-else over switch statements?
What is the difference between fopen() and fclose()?
What are the differences between GET and POST methods in form submitting?
what the new feature add in php 7.2?
Does php support polymorphism?
Explain about PHP filter and why it should be used?
What are the differences between php3 and php4 and php5? What is the current stable version of php? What advance thing in php7?
How can you associate a variable with a session?
What are sql functions?
Difference between mysql_connect and mysql_pconnect?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);