drupal include php file from web

sgtorc

New Member
I want to\[code\]include("http://domain.com/file.php") \[/code\]in either my drupal module or theme.but I get\[code\]Failed opening required 'http://domain.com/file.php' (include_path='.:/opt/lampp/lib/php')\[/code\]what is the correct way to do this?thanks!
 
Back
Top