Weather by You!
Templates and Projects support => Php templates => Topic started by: MatrixStorms on February 28, 2014, 09:10:39 PM
-
with weather sky's php template I am getting an error: Parse error: syntax error, unexpected T_STRING in /home/a7346512/public_html/wt_data_inc.php on line 486
$TtempHF = $pre_time.'<#TtempH format="hh'nn">'.$pre_date.'<#TtempH format="d ">'.$Tr_monthnames['<#TtempH format="m">'].'<#TtempH format=" yyyy">'; how can I fix the hh'nn Mike
-
Hi Maike,
Line is supposed to be:
#TtempH format="h'h'nn"
Regards,
Jacques
-
thanks Jacques all fixed