$hostloc =

Hi

I have some problem to configure the path to my clientraw files. All clientraw files is placed in bjornberg.eu/weather/ and I have created a .php in the root (bjornberg.eu/).
Tried to set $hostloc = “/weather/”; and $hostloc = “…/weather/”; but none of this is working. :?

Greatful for any tips to solve his problem

This one works


$hostloc = “http://bjornberg.eu/weather/”;
$clientraw = get_raw(“${hostloc}clientraw.txt”);
$clientrawextra = get_raw(“${hostloc}clientrawextra.txt”);
$clientrawdaily = get_raw (“${hostloc}clientrawdaily.txt”);
$clientrawhour = get_raw (“${hostloc}clientrawhour.txt”);


Regards Jocke

Maybe try $hostloc = “./weather/”;

Hi

Tnx Dan, this solved my problem.

Regads Jocke :smiley: