Web Weather > Weather Website PHP/AJAX scripting

whos-online

(1/1)

ea1hmy:
Hello,
I can not get the map to appear

http://www.meteotorrelavega.com/saratoga/whos-online.php

any suggestions
thank you very much
emilio

saratogaWX:
You may have updated your PHP lately.  The image with wo-worldmap is 'broken' due to a PHP error message
--- Quote ---<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/meteotorkc/www/saratoga/whos-online/wo-worldmap.php</b> on line <b>333</b><br />

--- End quote ---

In wo-worldmap.php (and maybe others) change
--- Code: ---while (list($numl, $line) = each($lines)) {
--- End code ---
to
--- Code: ---foreach ($lines as $numl => $line) {
--- End code ---
to fix the code.

ea1hmy:
thank you very much
emilio :lol: =D&gt;

droiddk:

--- Quote from: ea1hmy on July 01, 2018, 06:58:02 AM ---Hello,
I can not get the map to appear

http://www.meteotorrelavega.com/saratoga/whos-online.php

any suggestions
thank you very much
emilio

--- End quote ---

Watch out!

https://www.quora.com/Is-posting-someones-IP-address-on-a-website-illegal

Regards

Navigation

[0] Message Index

Go to full version