Web Weather > Weather Website PHP/AJAX scripting

Undefined Array After Updating to PHP 8.1

<< < (2/2)

saratogaWX:
My bad...

Change
--- Code: ---$rain = isset($data[0][$d][8])?$data[0][$d][8]):'';
--- End code ---
to
--- Code: ---$rain = isset($data[0][$d][8])?$data[0][$d][8]:'';
--- End code ---

That happens when I copy/paste and select a bit too much.   #-o

scottct1:
Yes that fixed it!

Thanks Ken!

Navigation

[0] Message Index

[*] Previous page

Go to full version