<html>
<head>
<meta http-equiv="Content-Language" content="de">
</head>
<body>
<?php
include ("config/db_config.php");
$select = "SELECT vorname, zuname, geburtsdatum, anschrift_hausnummer, plz, ort, ruf_festnetz, ruf_mobil, e_mail, msn, sendeerfahrung_ja_nein, sendeerfahrung_wo,
headset, microfon, mischpult, musik_titel, prozessor, arbeitsspeicher, soundkarte, kostenbeteiligung FROM $table";
$result = mysql_query($select);
while ($row = mysql_fetch_assoc($result))
{
$db_vorname = $row['vorname'];
$db_zuname = $row['zuname'];
$db_geburtsdatum = $row['geburtsdatum'];
$db_anschrift_hausnummer = $row['anschrift_hausnummer'];
$db_plz = $row['plz'];
$db_ort = $row['ort'];
$db_ruf_festnetz = $row['ruf_festnetz'];
$db_ruf_mobil = $row['ruf_mobil'];
$db_e_mail = $row['e_mail'];
$db_msn = $row['msn'];
$db_sendeerfahrung_ja_nein = $row['sendeerfahrung_ja_nein'];
$db_sendeerfahrung_wo = $row['sendeerfahrung_wo'];
$db_headset = $row['headset'];
$db_microfon = $row['microfon'];
$db_mischpult = $row['mischpult'];
$db_musik_titel = $row['musik_titel'];
$db_prozessor = $row['prozessor'];
$db_arbeitsspeicher = $row['arbeitsspeicher'];
$db_soundkarte = $row['soundkarte'];
$db_kostenbeteiligung = $row['plz'];
if ($db_vorname == "")
{
?>
<div align="center">
<table border = "1" width = "400" background="http://www.radio-mittelrhein.de/images/style/grayrat/heads1.gif">
<tr><br><br><br>
<td align="center"><b><font color="#FFFFFF">Es liegt keine aktuelle Bewerbung vor</font></b></td>
</tr>
</table>
</div>
<?php
}
else
{
?>
<div align="center">
<table border="1" width="500">
<tr>
<td width="150" background="http://www.radio-mittelrhein.de/images/style/grayrat/heads1.gif">
<font color="#FFFFFF">Vorname</font></td>
<td width="350" bgcolor="#8B4513"><font color="#FFFFFF"><?=$row['vorname'];?></font></td>
</tr>
<tr>
<td width="150" background="http://www.radio-mittelrhein.de/images/style/grayrat/heads1.gif">
<font color="#FFFFFF">Zuname</font></td>
<td width="350" bgcolor="#8B4513"><font color="#FFFFFF"><?=$row['zuname'];?></font></td>
</tr>
<tr>
<td width="150" background="http://www.radio-mittelrhein.de/images/style/grayrat/heads1.gif">
<font color="#FFFFFF">Geburtsdatum</font></td>
<td width="350" bgcolor="#8B4513"><font color="#FFFFFF"><?=$row['geburtsdatum'];?></font></td>
</tr>
<tr>
<td width="150" background="http://www.radio-mittelrhein.de/images/style/grayrat/heads1.gif">
<font color="#FFFFFF">Anschrift/Hausnummer</font></td>
<td width="350" bgcolor="#8B4513"><font color="#FFFFFF"><?=$row['vorname'];?></font></td>
</tr>
<tr>
<td width="150" background="http://www.radio-mittelrhein.de/images/style/grayrat/heads1.gif">
<font color="#FFFFFF">PLZ</font></td>
<td width="350" bgcolor="#8B4513"><font color="#FFFFFF"><?=$row['plz'];?></font></td>
</tr>
<tr>
<td width="150" background="http://www.radio-mittelrhein.de/images/style/grayrat/heads1.gif">
<font color="#FFFFFF">Ort</font></td>
<td width="350" bgcolor="#8B4513"><font color="#FFFFFF"><?=$row['ort'];?></font></td>
</tr>
<tr>
<td width="150" background="http://www.radio-mittelrhein.de/images/style/grayrat/heads1.gif">
<font color="#FFFFFF">Ruf Festnetz</font></td>
<td width="350" bgcolor="#8B4513"><font color="#FFFFFF"><?=$row['ruf_festnetz'];?></font></td>
</tr>
<tr>
<td width="150" background="http://www.radio-mittelrhein.de/images/style/grayrat/heads1.gif">
<font color="#FFFFFF">Ruf mobil</font></td>
<td width="350" bgcolor="#8B4513"><font color="#FFFFFF"><?=$row['ruf_mobil'];?></font></td>
</tr>
<tr>
<td width="150" background="http://www.radio-mittelrhein.de/images/style/grayrat/heads1.gif">
<font color="#FFFFFF">E-Mail</font></td>
<td width="350" bgcolor="#8B4513"> </td>
</tr>
<tr>
<td width="150" background="http://www.radio-mittelrhein.de/images/style/grayrat/heads1.gif">
<font color="#FFFFFF">MSN</font></td>
<td width="350" bgcolor="#8B4513"><font color="#FFFFFF"><?=$row['msn'];?></font></td>
</tr>
<tr>
<td width="150" background="http://www.radio-mittelrhein.de/images/style/grayrat/heads1.gif">
<font color="#FFFFFF">Sendeerfahrung</font></td>
<td width="350" bgcolor="#8B4513"><font color="#FFFFFF"><?=$row['sendeerfahrung_ja_nein'];?></font></td>
</tr>
<tr>
<td width="150" background="http://www.radio-mittelrhein.de/images/style/grayrat/heads1.gif">
<font color="#FFFFFF">Wo</font></td>
<td width="350" bgcolor="#8B4513"><font color="#FFFFFF"><?=$row['sendeerfahrung_wo'];?></font></td>
</tr>
<tr>
<td width="150" background="http://www.radio-mittelrhein.de/images/style/grayrat/heads1.gif">
<font color="#FFFFFF">Headset</font></td>
<td width="350" bgcolor="#8B4513"><font color="#FFFFFF"><?=$row['headset'];?></font></td>
</tr>
<tr>
<td width="150" background="http://www.radio-mittelrhein.de/images/style/grayrat/heads1.gif">
<font color="#FFFFFF">Microfon</font></td>
<td width="350" bgcolor="#8B4513"><font color="#FFFFFF"><?=$row['microfon'];?></font></td>
</tr>
<tr>
<td width="150" background="http://www.radio-mittelrhein.de/images/style/grayrat/heads1.gif">
<font color="#FFFFFF">Mischpult</font></td>
<td width="350" bgcolor="#8B4513"><font color="#FFFFFF"><?=$row['mischpult'];?></font></td>
</tr>
<tr>
<td width="150" background="http://www.radio-mittelrhein.de/images/style/grayrat/heads1.gif">
<font color="#FFFFFF">Musik Titel/GB</font></td>
<td width="350" bgcolor="#8B4513"> </td>
</tr>
<tr>
<td width="150" background="http://www.radio-mittelrhein.de/images/style/grayrat/heads1.gif">
<font color="#FFFFFF">Prozessor</font></td>
<td width="350" bgcolor="#8B4513"> </td>
</tr>
<tr>
<td width="150" background="http://www.radio-mittelrhein.de/images/style/grayrat/heads1.gif">
<font color="#FFFFFF">Arbeitsspeicher</font></td>
<td width="350" bgcolor="#8B4513"><font color="#FFFFFF"><?=$row['arbeitsspeicher'];?></font></td>
</tr>
<tr>
<td width="150" background="http://www.radio-mittelrhein.de/images/style/grayrat/heads1.gif">
<font color="#FFFFFF">Soundkarte</font></td>
<td width="350" bgcolor="#8B4513"><font color="#FFFFFF"><?=$row['soundkarte'];?></font></td>
</tr>
<tr>
<td width="150" background="http://www.radio-mittelrhein.de/images/style/grayrat/heads1.gif">
<font color="#FFFFFF">Kostenbeteiligung</font></td>
<td width="350" bgcolor="#8B4513"><font color="#FFFFFF"><?=$row['kostenbeteiligung'];?></font></td>
</tr>
<tr>
<td width="500" colspan="2" bgcolor="#C0C0C0"><hr></td>
</tr>
</table>
</div>
<?php
}
}
?>