Test: Unterschied zwischen den Versionen

GISWiki - Das freie Portal für Geoinformatik (GIS)
Wechseln zu: Navigation, Suche
Zeile 12: Zeile 12:
 
$newBild = $rows[36];
 
$newBild = $rows[36];
 
?>
 
?>
 
 
  
 
<html>
 
<html>
Zeile 19: Zeile 17:
 
<title>Bild</title>
 
<title>Bild</title>
 
</head>
 
</head>
<body>
+
 
 +
<body>mm
  
 
<style type="text/css">
 
<style type="text/css">
Zeile 28: Zeile 27:
 
-->
 
-->
 
</style>
 
</style>
 +
 +
  
  

Version vom 10. Oktober 2006, 14:14 Uhr

<?php

// Zugriff auf die private-Datei include("./_private/Projektconnect.inc.php"); $connID = connect_to_Projekt();

//************************************************************************** // Abfrage ausführen $result = mysql_query("select * from verkauf where userID = '$formID'"); $rows = mysql_fetch_row($result); $newBild = $rows[36]; ?>

<html> <head> <title>Bild</title> </head>

<body>mm

<style type="text/css"> </style>



<input type=image src="<? echo $newBild; ?>"> </body> </html>