We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<!DOCTYPE html> <html> <head> <title></title> <script type="text/javascript" src="jsontohtml.js"></script> </head> <body> <div> <?php // echo $jsonResult; error_reporting(E_ALL); ini_set("display_errors", 1); include 'include/weather_data.php'; include 'include/getJson.php'; $jsonValue = new getjson(); $table = 'WEATHER_SIMPLE_FORECAST'; $jsonResult = $jsonValue->getJsonData($table); print_r($jsonResult); ?> <script type="text/javascript"> var jsonHtmlTable = ConvertJsonToTable(eval([$jsonResult]), 'jsonTable', null, 'Download'); document.write(jsonHtmlTable); </script> </div> </body> </html>
Could you please tell me why is it not displaying anything?
Thanks
The text was updated successfully, but these errors were encountered:
Please check these items:
jsonHtmlTable
Cheers
Sorry, something went wrong.
No branches or pull requests
Could you please tell me why is it not displaying anything?
Thanks
The text was updated successfully, but these errors were encountered: