Free Article Directory : Online Marketing Pro.us

Instant Article Submission for FREE !!!! Promote your products and Services

  • Increase font size
  • Default font size
  • Decrease font size
PHP Language

PHP Language (1)

Here you will get a lot of PHP MySQL Asp JSP related articles. Post your programming articles free here.

You can make multiple calls to mysql_connect(), but if the parameters are the same you need to pass true for the '$new_link' (fourth) parameter, otherwise the same connection is reused.so then you have$dbh1 = mysql_connect($hostname, $username, $password); $dbh2 = mysql_connect($hostname, $username, $password, true); mysql_select_db('database1', $dbh1);mysql_select_db('database2', $dbh2);Then to query database 1,…

Login / Register

After login you can post your articles here. First Register then Login.

To register, click the link Create an Account