Actuallly i hav a PHP file regarding fetching RSS feed from a website and display.
I want to include that PHP file in DRUPAL. How to do that ?
2 replies to this topic
#1
Posted 16 November 2011 - 01:18 AM
|
|
|
#2
Posted 16 November 2011 - 02:06 PM
require 'filename.php';
#3
Posted 16 November 2011 - 03:12 PM
murugavelb said:
Actuallly i hav a PHP file regarding fetching RSS feed from a website and display.
I want to include that PHP file in DRUPAL. How to do that ?
I want to include that PHP file in DRUPAL. How to do that ?
What is it you want to do? Fetching rss feeds don't need a extra php file, it's just to download and enable the module for it (aggregation or views, depending on what you want to do). Otherwise, if you want to add your own code to Drupal, you create your own module and put the code there. It's not just a quickfix to add code to drupal. Very often, it's not needed at all, besides some css to make your installation work as you like to. Please tell me what you want to do, and I'll help you find it in Drupal core or it's contrib modules.
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall
I study Information Systems at Karlstad University when I'm not on CodeCall
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









