$rain='<p>обсяг дощу за останні 3 години: '.$lists->rain->3h.'</p>';
Parse error: syntax error, unexpected '3' (T_LNUMBER), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in C: \ xampp \ htdocs \ pog.php on line 16
I understand that I swear at the name of the field ->3h
, but I can't change the name because I use the API of another site
$lists->rain["3h"]
- Grundy