index.php
	
	
	
		
tabellenzelle.php :
	
	
	
		
Im sourc-Code von index.php steht das :
	
	
	
		
Wieso wird die Variable nicht als "1" dargestellt?
lg
				
			
		PHP:
	
	<tr <?php $ordnername = 1; ?> >
    <?php include_once("tabellenzelle.php"); ?>
</tr>
	
		PHP:
	
	$pathx = '<td><img name="nummer.$ordnername" src="inventory_images/8.jpg" /></td>';
echo $pathx;
	
		PHP:
	
	<td><img name="nummer.$ordnernummer" src="inventory_images/8.jpg" /></td>
	lg