In this html page at the begin of the script i send the value of variable fin at the php page (http://sat3.altervista.org/index.php?valore=\"+ fin). In this php page i tried to
jQuery reference here http://api.jquery.com/jQuery.getJSON/ says that second argument is "A plain object or string that is sent to the server with the request."
Try this:
And let us know :)
EDIT
Regarding your PHP code, you have to put this $myValue = $_GET["valore"];
before your while
begins.