Integration of PHP and jQuery into the Drupal platform.
I have PHP code that links to a sports related database I want to integrate into drupal with some jQuery effects. Can this be done on the Drupal platform?
I have PHP code that links to a sports related database I want to integrate into drupal with some jQuery effects. Can this be done on the Drupal platform?
Yes: How to connect to multiple databases within Drupal: http://drupal.org/node/18429 and jQuery comes in Drupal core so it's there. You can add whatever effects you want. See here also: http://drupal.org/project/jquery_ui Fred
Short answer yes. Just create a module ( http://drupal.org/project/examples ), and use hook_menu ( http://api.drupal.org/api/drupal/developer--hooks--core.php/function/hook_me... ) to reserve some "url space". On 11-02-12 04:45 PM, Eric Sepich wrote:
I have PHP code that links to a sports related database I want to integrate into drupal with some jQuery effects. Can this be done on the Drupal platform?
participants (3)
-
Eric Sepich -
Fred Jones -
Guillaume !