Denne side indeholder artikler med forskellige perspektiver på Identity & Access Management i private og offentlige organisationer. Artiklerne behandler aktuelle IAM-emner og leveres af producenter, rådgivere og implementeringspartnere.
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /volume1/web/Blue_Captain/apps/templine.php on line 19
line 5: $result_templine = mysql_query("SELECT id, han_unit_title, output_sand_time, han_unit_id, MAX(time) FROM `input_module` WHERE 'han_unit_type' = 'resource_temperature' GROUP BY han_unit_id, ORDER BY time");
line 19: while($row = mysql_fetch_array($result_templine)) { line 20: echo "['".$row['han_unit_title']."', '".$row['output_sand_time'].",\n "; line 21}
Invalid query: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'ORDER BY time' at line 1
SELECT MAX( id ) , han_unit_title, han_last_pos, id,`han_unit_id` FROM `input_module` WHERE `han_unit_type` = 'resource_temperature' GROUP BY `han_unit_id`
giver stadig mig:
['Løs', 9.800], //104 ['Tavlen', 25.700], //102
dit resultat ser korrekt ud men hvorfor får jeg ikke det samme?
uden WHERE får jeg Warning: number_format() expects parameter 1 to be double, string given in /volume1/web/Blue_Captain/apps/templine.php on line 23 ['Venstre', ], //73
Warning: number_format() expects parameter 1 to be double, string given in /volume1/web/Blue_Captain/apps/templine.php on line 23 ['Højre', ], //69 ['Løs', 9.800], //104 ['Tavlen', 25.700], //102
Warning: number_format() expects parameter 1 to be double, string given in /volume1/web/Blue_Captain/apps/templine.php on line 23 ['Lys skab', ], //72
SELECT han_unit_title, han_last_pos, han_unit_id, max_id FROM input_module JOIN (SELECT han_unit_id, MAX(id) AS max_id from input_module group by han_unit_id) AS aggregated_table USING (han_unit_id) WHERE (id = max_id) AND han_unit_type = 'resource_temperature'
2014-06-12 20:43:32: (mod_fastcgi.c.2676) FastCGI-stderr: PHP Fatal error: No stty availible, unable to run. in /var/www/serial/PhpSerial.php on line 56
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.