I'd like to query another MySQL database, but use Drupal to render the results of the queries.

Is there a module available that will allow me to build queries against another database and output the results in Drupal ?

Thanks

--
Alan Dawson

Comments

alihammad’s picture

You do not necessarily need a module to query another database. Open a node, choose php filter, write your php and query from any database. Show results as you like. Reply if this doesn't help?

Ali Hammad Raza
WordsValley

vmevada102’s picture

as per your guideline i ahve created and query is made..so need some more help to view the query

vmevada102’s picture

i have two different database of mysql and also doing all the steps in side the settng.php file

after that as per the guide, i have to insert the php code....

now my question is, where i have to put this php code to display the content of another database....

please help me ....i am in need of it