Php Syntax Help - NBS






 

 

Php Syntax Help - NBS

View Full Version : Php Syntax Help


Nickson
23-Feb-2004, 09:25 PM
i have this: $this->html = $std->load_template('skin_army');
is it possible to point skin_army to a url? eg:

$this->html = $std->load_template('http://www.domain.com/skin_army.php') ;

what would the correct syntax be?


Thanks
Carl :zombie:

AkaZn
04-Mar-2004, 11:16 AM
It can be, Ibf have file using file so that the skin army should point to that file in the skin directory. But actually, skinarmy is only allias and it doesn't point to http://domain.com/skinarmy.php but to http://domain.com/skin/s*/skinarmy.php

dscripting
06-Mar-2004, 01:45 AM
all the skin files just hold the html for the regular main functions of the sections of the forums.