Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
common file
#1
How i can in common.php replace

/**
* Basic file inclusions
*/
include('basic.php');
include('template_functions.php');
include('logging.class.php');

With this

/**
* Basic file inclusions
*/
include('http://mydomain.com/basic.php');
include('http://mydomain.com/template_functions.php');
include('http://mydomain.com/logging.class.php');

This don't work but are you know how to fix this Big Grin
Reply


Messages In This Thread
common file - by wampir - 2013-02-15, 01:28:40
RE: common file - by shawn_a - 2013-02-15, 01:30:39
RE: common file - by wampir - 2013-02-15, 01:35:41
RE: common file - by shawn_a - 2013-02-15, 01:47:04
RE: common file - by wampir - 2013-02-15, 01:50:49
RE: common file - by Connie - 2013-02-15, 19:08:57



Users browsing this thread: 2 Guest(s)