Hente billed url fra database
Hej eksperter.har haft lidt problemer med at hente noget data fra min database
folk har deres eget problem billed som bliver gemt i databasen som et link.
<?PHP
include "js.js";
session_start();
if(!session_is_registered(brugernavn)){
header("location:index.php");
}
?>
<HTML>
<HEAD>
<TITLE>titel</TITLE>
<META http-equiv=Content-Type content="text/html; harset=windows-1252">
<link rel="stylesheet" href="css.css" type="text/css">
</HEAD>
<a href="logaf.php">Log af</a>
<a href="menu.php" target="menu">Menu</a>
<a href="sog.php" target="menu">Søg</a>
<BODY bgColor=#e9eef1>
<IFRAME name=frame
src="frame" width=1 scrolling=no
height=1></IFRAME>
<TABLE cellSpacing=2 cellPadding=0 border=1>
<TR>
<TD>
<TABLE height=374 cellSpacing=0 cellPadding=0 width=408 background="bg3.gif" border=0>
<TBODY>
<TR>
<TD align=left>
<DIV id=usernamediv
style="Z-INDEX: 4; VISIBILITY: hidden; WIDTH: 71px; POSITION: absolute; align: center">
<P class=navn><b>
<?= $_SESSION['brugernavn'] ?>
</b></P></DIV>
<DIV id=userdiv
style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 50px; POSITION: absolute; HEIGHT: 71px">
<IMG
src="HER SKAL INDSÆTTES URL FRA DATABASE" border=0 width="52" height="71"> </DIV>
<DIV id=userbobble
style="Z-INDEX: 6; LEFT: 6; VISIBILITY: hidden; BOTTOM: 1; POSITION: absolute">
<TABLE cellSpacing=0 cellPadding=0 width=100 border=0>
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 border=1>
<TBODY>
<TR>