Tag Archives: database

Connecting to External Database in WordPress

This is possible to use the wpdb object to access any external database and query any table within your WordPress installation. You can even use all the wpdb classes and functions such as get_results. Example: $my_external_db = new wpdb(‘username’,’password’,’database’,’localhost’); $rows = $mydb->get_results(“SELECT * from MYTABLE “); foreach ($rows as $result) : echo $ result ->Title;

Continue Reading →

Oracle cuts jobs

Oracle is making job cuts (mainly in Europe and Asia) related to its acquisition of Sun Microsystems. When acquisition took place in 2009 , Sun announced plans to lay off 3,000 workers, or about 10 percent of its workforce. Right now we do not know how many jobs it plans to cut. An Oracle said

Continue Reading →

About The Author

Archives