Author Topic: T_STRING error help  (Read 4005 times)

Offline MatrixStorms

  • Jr. Member
  • **
  • Posts: 24
    • Stormsearchers
T_STRING error help
« 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
Code: [Select]
$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

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: T_STRING error help
« Reply #1 on: March 01, 2014, 06:15:53 AM »
Hi Maike,

Line is supposed to be:

#TtempH format="h'h'nn"

Regards,
Jacques
Please, consider supporting this site 

Offline MatrixStorms

  • Jr. Member
  • **
  • Posts: 24
    • Stormsearchers
Re: T_STRING error help
« Reply #2 on: March 02, 2014, 01:30:56 AM »
thanks Jacques all fixed