Ich finde den dummen Fehler
Warning: Supplied argument is not a valid MySQL result resource in /usr/local/httpd/htdocs/phpMyInventory/details_software.php on line 34
einfach in dem Code nicht.
	
An was könnte das liegen.
							
						
					Warning: Supplied argument is not a valid MySQL result resource in /usr/local/httpd/htdocs/phpMyInventory/details_software.php on line 34
einfach in dem Code nicht.
PHP Code:
	
	
if($rowSW = mysql_fetch_array($resultSW)) {
              echo "#-Software: ".$rowSW["swCount"]."<br>";
            } 
 
          
Comment