kleine constant Fehler geändert

This commit is contained in:
aschwarz 2023-03-01 16:55:11 +01:00
parent b209ecded6
commit 1bc41abf1c
3 changed files with 80 additions and 80 deletions

View File

@ -25,7 +25,7 @@ $uid1=$_COOKIE["uid1"];
FROM aesp_bewerbung
WHERE uid='$uid1'");
$row3 = $result3->fetch_array();
setcookie("ck_lid",$row3[land]);
setcookie("ck_lid",$row3['land']);
echo "
<html>
@ -199,7 +199,7 @@ function createCities()
</td>
<td width='82%' colspan='3' style='border-right-style: solid; border-right-width: 2px'>
<p style='margin-left: 3px; margin-right: 3px'>
<input type='checkbox' name='eiver_rueckfr' value='Y'"; if($row_einver[einverst] == 'Y'){ echo " checked "; } echo">
<input type='checkbox' name='eiver_rueckfr' value='Y'"; if($row_einver['einverst'] == 'Y'){ echo " checked "; } echo">
Ich bin damit einverstanden, dass meine <u>Emailadresse</u> für eventuelle Nachfragen veröffentlicht wird.
</td>
</tr>
@ -239,7 +239,7 @@ function createCities()
<option value=''>Select</option>";
#echo "<option value='%'";if($row3[kontinent] == '%'){echo " selected";} echo">Alle&nbsp;&nbsp;&nbsp;</option>\n";
while ($row2 = $result2->fetch_array()){
echo "<option value='$row2[kid]'";if($row2[kid] == $row3[kontinent]){echo " selected";} echo">".$row2['kontinent']."&nbsp;&nbsp;&nbsp;</option>\n";
echo "<option value='$row2[kid]'";if($row2['kid'] == $row3['kontinent']){echo " selected";} echo">".$row2['kontinent']."&nbsp;&nbsp;&nbsp;</option>\n";
}
echo"
@ -436,9 +436,9 @@ function createCities()
<td width='99%' style='border-left-style: solid; border-left-width: 2px; border-right-style:solid; border-right-width:2px' colspan='2'>
<p style='margin-left: 3px; margin-right: 3px' align='left'>
<input type='radio' value='OV' name='bereich' "; if($row[bereich] == 'OV'){ echo " checked "; } echo">Öffentliche Verwaltung<br>
<input type='radio' value='FW' name='bereich' "; if($row[bereich] == 'FW'){ echo " checked "; } echo">Freie Wirtschaft<br>
<input type='radio' value='S' name='bereich' "; if($row[bereich] == "S"){ echo " checked "; } echo">Sonstiges
<input type='radio' value='OV' name='bereich' "; if($row['bereich'] == 'OV'){ echo " checked "; } echo">Öffentliche Verwaltung<br>
<input type='radio' value='FW' name='bereich' "; if($row['bereich'] == 'FW'){ echo " checked "; } echo">Freie Wirtschaft<br>
<input type='radio' value='S' name='bereich' "; if($row['bereich'] == "S"){ echo " checked "; } echo">Sonstiges
</td>
</tr>
@ -569,16 +569,16 @@ function createCities()
sehr gut in die tägliche Arbeit mit eingebunden </td>
<td width='56%' style='border-right-style: solid; border-right-width: 2px'>
<input type='radio' name='einbindung' value='1'"; if($row[einbindung] == '1'){ echo " checked "; } echo">1&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='einbindung' value='2'"; if($row[einbindung] == '2'){ echo " checked "; } echo">2&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='einbindung' value='3'"; if($row[einbindung] == '3'){ echo " checked "; } echo">3&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='einbindung' value='4'"; if($row[einbindung] == '4'){ echo " checked "; } echo">4&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='einbindung' value='5'"; if($row[einbindung] == '5'){ echo " checked "; } echo">5&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='einbindung' value='6'"; if($row[einbindung] == '6'){ echo " checked "; } echo">6&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='einbindung' value='7'"; if($row[einbindung] == '7'){ echo " checked "; } echo">7&nbsp;&nbsp;&nbsp;
<input type='radio' name='einbindung' value='8'"; if($row[einbindung] == '8'){ echo " checked "; } echo">8&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='einbindung' value='9'"; if($row[einbindung] == '9'){ echo " checked "; } echo">9&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='einbindung' value='10'"; if($row[einbindung] == '10'){ echo " checked "; } echo">10
<input type='radio' name='einbindung' value='1'"; if($row['einbindung'] == '1'){ echo " checked "; } echo">1&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='einbindung' value='2'"; if($row['einbindung'] == '2'){ echo " checked "; } echo">2&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='einbindung' value='3'"; if($row['einbindung'] == '3'){ echo " checked "; } echo">3&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='einbindung' value='4'"; if($row['einbindung'] == '4'){ echo " checked "; } echo">4&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='einbindung' value='5'"; if($row['einbindung'] == '5'){ echo " checked "; } echo">5&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='einbindung' value='6'"; if($row['einbindung'] == '6'){ echo " checked "; } echo">6&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='einbindung' value='7'"; if($row['einbindung'] == '7'){ echo " checked "; } echo">7&nbsp;&nbsp;&nbsp;
<input type='radio' name='einbindung' value='8'"; if($row['einbindung'] == '8'){ echo " checked "; } echo">8&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='einbindung' value='9'"; if($row['einbindung'] == '9'){ echo " checked "; } echo">9&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='einbindung' value='10'"; if($row['einbindung'] == '10'){ echo " checked "; } echo">10
</td>
</tr>
@ -589,16 +589,16 @@ function createCities()
mich auch unter den Kollegen gut aufgenommen </td>
<td width='56%' style='border-right-style: solid; border-right-width: 2px'>
<input type='radio' name='aufnahme' value='1'"; if($row[aufnahme] == '1'){ echo " checked "; } echo">1&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='aufnahme' value='2'"; if($row[aufnahme] == '2'){ echo " checked "; } echo">2&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='aufnahme' value='3'"; if($row[aufnahme] == '3'){ echo " checked "; } echo">3&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='aufnahme' value='4'"; if($row[aufnahme] == '4'){ echo " checked "; } echo">4&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='aufnahme' value='5'"; if($row[aufnahme] == '5'){ echo " checked "; } echo">5&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='aufnahme' value='6'"; if($row[aufnahme] == '6'){ echo " checked "; } echo">6&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='aufnahme' value='7'"; if($row[aufnahme] == '7'){ echo " checked "; } echo">7&nbsp;&nbsp;&nbsp;
<input type='radio' name='aufnahme' value='8'"; if($row[aufnahme] == '8'){ echo " checked "; } echo">8&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='aufnahme' value='9'"; if($row[aufnahme] == '9'){ echo " checked "; } echo">9&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='aufnahme' value='10'"; if($row[aufnahme] == '10'){ echo " checked "; } echo">10
<input type='radio' name='aufnahme' value='1'"; if($row['aufnahme'] == '1'){ echo " checked "; } echo">1&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='aufnahme' value='2'"; if($row['aufnahme'] == '2'){ echo " checked "; } echo">2&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='aufnahme' value='3'"; if($row['aufnahme'] == '3'){ echo " checked "; } echo">3&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='aufnahme' value='4'"; if($row['aufnahme'] == '4'){ echo " checked "; } echo">4&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='aufnahme' value='5'"; if($row['aufnahme'] == '5'){ echo " checked "; } echo">5&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='aufnahme' value='6'"; if($row['aufnahme'] == '6'){ echo " checked "; } echo">6&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='aufnahme' value='7'"; if($row['aufnahme'] == '7'){ echo " checked "; } echo">7&nbsp;&nbsp;&nbsp;
<input type='radio' name='aufnahme' value='8'"; if($row['aufnahme'] == '8'){ echo " checked "; } echo">8&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='aufnahme' value='9'"; if($row['aufnahme'] == '9'){ echo " checked "; } echo">9&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='aufnahme' value='10'"; if($row['aufnahme'] == '10'){ echo " checked "; } echo">10
</td>
</tr>
@ -609,16 +609,16 @@ function createCities()
gestellten Ausgaben waren interessant </td>
<td width='56%' style='border-right-style: solid; border-right-width: 2px'>
<input type='radio' name='interessant' value='1'"; if($row[interessant] == '1'){ echo " checked "; } echo">1&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='interessant' value='2'"; if($row[interessant] == '2'){ echo " checked "; } echo">2&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='interessant' value='3'"; if($row[interessant] == '3'){ echo " checked "; } echo">3&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='interessant' value='4'"; if($row[interessant] == '4'){ echo " checked "; } echo">4&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='interessant' value='5'"; if($row[interessant] == '5'){ echo " checked "; } echo">5&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='interessant' value='6'"; if($row[interessant] == '6'){ echo " checked "; } echo">6&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='interessant' value='7'"; if($row[interessant] == '7'){ echo " checked "; } echo">7&nbsp;&nbsp;&nbsp;
<input type='radio' name='interessant' value='8'"; if($row[interessant] == '8'){ echo " checked "; } echo">8&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='interessant' value='9'"; if($row[interessant] == '9'){ echo " checked "; } echo">9&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='interessant' value='10'"; if($row[interessant] == '10'){ echo " checked "; } echo">10
<input type='radio' name='interessant' value='1'"; if($row['interessant'] == '1'){ echo " checked "; } echo">1&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='interessant' value='2'"; if($row['interessant'] == '2'){ echo " checked "; } echo">2&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='interessant' value='3'"; if($row['interessant'] == '3'){ echo " checked "; } echo">3&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='interessant' value='4'"; if($row['interessant'] == '4'){ echo " checked "; } echo">4&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='interessant' value='5'"; if($row['interessant'] == '5'){ echo " checked "; } echo">5&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='interessant' value='6'"; if($row['interessant'] == '6'){ echo " checked "; } echo">6&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='interessant' value='7'"; if($row['interessant'] == '7'){ echo " checked "; } echo">7&nbsp;&nbsp;&nbsp;
<input type='radio' name='interessant' value='8'"; if($row['interessant'] == '8'){ echo " checked "; } echo">8&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='interessant' value='9'"; if($row['interessant'] == '9'){ echo " checked "; } echo">9&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='interessant' value='10'"; if($row['interessant'] == '10'){ echo " checked "; } echo">10
</td>
</tr>
@ -629,16 +629,16 @@ function createCities()
mich gefordert </td>
<td width='56%' style='border-right-style: solid; border-right-width: 2px'>
<input type='radio' name='gefordert' value='1'"; if($row[gefordert] == '1'){ echo " checked "; } echo">1&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='gefordert' value='2'"; if($row[gefordert] == '2'){ echo " checked "; } echo">2&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='gefordert' value='3'"; if($row[gefordert] == '3'){ echo " checked "; } echo">3&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='gefordert' value='4'"; if($row[gefordert] == '4'){ echo " checked "; } echo">4&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='gefordert' value='5'"; if($row[gefordert] == '5'){ echo " checked "; } echo">5&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='gefordert' value='6'"; if($row[gefordert] == '6'){ echo " checked "; } echo">6&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='gefordert' value='7'"; if($row[gefordert] == '7'){ echo " checked "; } echo">7&nbsp;&nbsp;&nbsp;
<input type='radio' name='gefordert' value='8'"; if($row[gefordert] == '8'){ echo " checked "; } echo">8&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='gefordert' value='9'"; if($row[gefordert] == '9'){ echo " checked "; } echo">9&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='gefordert' value='10'"; if($row[gefordert] == '10'){ echo " checked "; } echo">10
<input type='radio' name='gefordert' value='1'"; if($row['gefordert'] == '1'){ echo " checked "; } echo">1&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='gefordert' value='2'"; if($row['gefordert'] == '2'){ echo " checked "; } echo">2&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='gefordert' value='3'"; if($row['gefordert'] == '3'){ echo " checked "; } echo">3&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='gefordert' value='4'"; if($row['gefordert'] == '4'){ echo " checked "; } echo">4&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='gefordert' value='5'"; if($row['gefordert'] == '5'){ echo " checked "; } echo">5&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='gefordert' value='6'"; if($row['gefordert'] == '6'){ echo " checked "; } echo">6&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='gefordert' value='7'"; if($row['gefordert'] == '7'){ echo " checked "; } echo">7&nbsp;&nbsp;&nbsp;
<input type='radio' name='gefordert' value='8'"; if($row['gefordert'] == '8'){ echo " checked "; } echo">8&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='gefordert' value='9'"; if($row['gefordert'] == '9'){ echo " checked "; } echo">9&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='gefordert' value='10'"; if($row['gefordert'] == '10'){ echo " checked "; } echo">10
</td>
</tr>
@ -649,16 +649,16 @@ function createCities()
etwas dazulernen können </td>
<td width='56%' style='border-right-style: solid; border-right-width: 2px'>
<input type='radio' name='dazulernen' value='1'"; if($row[dazulernen] == '1'){ echo " checked "; } echo">1&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='dazulernen' value='2'"; if($row[dazulernen] == '2'){ echo " checked "; } echo">2&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='dazulernen' value='3'"; if($row[dazulernen] == '3'){ echo " checked "; } echo">3&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='dazulernen' value='4'"; if($row[dazulernen] == '4'){ echo " checked "; } echo">4&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='dazulernen' value='5'"; if($row[dazulernen] == '5'){ echo " checked "; } echo">5&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='dazulernen' value='6'"; if($row[dazulernen] == '6'){ echo " checked "; } echo">6&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='dazulernen' value='7'"; if($row[dazulernen] == '7'){ echo " checked "; } echo">7&nbsp;&nbsp;&nbsp;
<input type='radio' name='dazulernen' value='8'"; if($row[dazulernen] == '8'){ echo " checked "; } echo">8&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='dazulernen' value='9'"; if($row[dazulernen] == '9'){ echo " checked "; } echo">9&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='dazulernen' value='10'"; if($row[dazulernen] == '10'){ echo " checked "; } echo">10
<input type='radio' name='dazulernen' value='1'"; if($row['dazulernen'] == '1'){ echo " checked "; } echo">1&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='dazulernen' value='2'"; if($row['dazulernen'] == '2'){ echo " checked "; } echo">2&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='dazulernen' value='3'"; if($row['dazulernen'] == '3'){ echo " checked "; } echo">3&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='dazulernen' value='4'"; if($row['dazulernen'] == '4'){ echo " checked "; } echo">4&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='dazulernen' value='5'"; if($row['dazulernen'] == '5'){ echo " checked "; } echo">5&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='dazulernen' value='6'"; if($row['dazulernen'] == '6'){ echo " checked "; } echo">6&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='dazulernen' value='7'"; if($row['dazulernen'] == '7'){ echo " checked "; } echo">7&nbsp;&nbsp;&nbsp;
<input type='radio' name='dazulernen' value='8'"; if($row['dazulernen'] == '8'){ echo " checked "; } echo">8&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='dazulernen' value='9'"; if($row['dazulernen'] == '9'){ echo " checked "; } echo">9&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='dazulernen' value='10'"; if($row['dazulernen'] == '10'){ echo " checked "; } echo">10
</td>
</tr>
@ -669,16 +669,16 @@ function createCities()
keinerlei Probleme mit der Sprache </td>
<td width='56%' style='border-right-style: solid; border-right-width: 2px'>
<input type='radio' name='sprachprobleme' value='1'"; if($row[sprachprobleme] == '1'){ echo " checked "; } echo">1&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='sprachprobleme' value='2'"; if($row[sprachprobleme] == '2'){ echo " checked "; } echo">2&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='sprachprobleme' value='3'"; if($row[sprachprobleme] == '3'){ echo " checked "; } echo">3&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='sprachprobleme' value='4'"; if($row[sprachprobleme] == '4'){ echo " checked "; } echo">4&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='sprachprobleme' value='5'"; if($row[sprachprobleme] == '5'){ echo " checked "; } echo">5&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='sprachprobleme' value='6'"; if($row[sprachprobleme] == '6'){ echo " checked "; } echo">6&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='sprachprobleme' value='7'"; if($row[sprachprobleme] == '7'){ echo " checked "; } echo">7&nbsp;&nbsp;&nbsp;
<input type='radio' name='sprachprobleme' value='8'"; if($row[sprachprobleme] == '8'){ echo " checked "; } echo">8&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='sprachprobleme' value='9'"; if($row[sprachprobleme] == '9'){ echo " checked "; } echo">9&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='sprachprobleme' value='10'"; if($row[sprachprobleme] == '10'){ echo " checked "; } echo">10
<input type='radio' name='sprachprobleme' value='1'"; if($row['sprachprobleme'] == '1'){ echo " checked "; } echo">1&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='sprachprobleme' value='2'"; if($row['sprachprobleme'] == '2'){ echo " checked "; } echo">2&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='sprachprobleme' value='3'"; if($row['sprachprobleme'] == '3'){ echo " checked "; } echo">3&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='sprachprobleme' value='4'"; if($row['sprachprobleme'] == '4'){ echo " checked "; } echo">4&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='sprachprobleme' value='5'"; if($row['sprachprobleme'] == '5'){ echo " checked "; } echo">5&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='sprachprobleme' value='6'"; if($row['sprachprobleme'] == '6'){ echo " checked "; } echo">6&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='sprachprobleme' value='7'"; if($row['sprachprobleme'] == '7'){ echo " checked "; } echo">7&nbsp;&nbsp;&nbsp;
<input type='radio' name='sprachprobleme' value='8'"; if($row['sprachprobleme'] == '8'){ echo " checked "; } echo">8&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='sprachprobleme' value='9'"; if($row['sprachprobleme'] == '9'){ echo " checked "; } echo">9&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='sprachprobleme' value='10'"; if($row['sprachprobleme'] == '10'){ echo " checked "; } echo">10
</td>
</tr>
@ -688,16 +688,16 @@ function createCities()
Ich konnte viele gute Erfahrungen sammeln </td>
<td width='56%' style='border-right-style: solid; border-right-width: 2px'>
<input type='radio' name='erfahrungen' value='1'"; if($row[erfahrungen] == '1'){ echo " checked "; } echo">1&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='erfahrungen' value='2'"; if($row[erfahrungen] == '2'){ echo " checked "; } echo">2&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='erfahrungen' value='3'"; if($row[erfahrungen] == '3'){ echo " checked "; } echo">3&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='erfahrungen' value='4'"; if($row[erfahrungen] == '4'){ echo " checked "; } echo">4&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='erfahrungen' value='5'"; if($row[erfahrungen] == '5'){ echo " checked "; } echo">5&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='erfahrungen' value='6'"; if($row[erfahrungen] == '6'){ echo " checked "; } echo">6&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='erfahrungen' value='7'"; if($row[erfahrungen] == '7'){ echo " checked "; } echo">7&nbsp;&nbsp;&nbsp;
<input type='radio' name='erfahrungen' value='8'"; if($row[erfahrungen] == '8'){ echo " checked "; } echo">8&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='erfahrungen' value='9'"; if($row[erfahrungen] == '9'){ echo " checked "; } echo">9&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='erfahrungen' value='10'"; if($row[erfahrungen] == '10'){ echo " checked "; } echo">10
<input type='radio' name='erfahrungen' value='1'"; if($row['erfahrungen'] == '1'){ echo " checked "; } echo">1&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='erfahrungen' value='2'"; if($row['erfahrungen'] == '2'){ echo " checked "; } echo">2&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='erfahrungen' value='3'"; if($row['erfahrungen'] == '3'){ echo " checked "; } echo">3&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='erfahrungen' value='4'"; if($row['erfahrungen'] == '4'){ echo " checked "; } echo">4&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='erfahrungen' value='5'"; if($row['erfahrungen'] == '5'){ echo " checked "; } echo">5&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='erfahrungen' value='6'"; if($row['erfahrungen'] == '6'){ echo " checked "; } echo">6&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='erfahrungen' value='7'"; if($row['erfahrungen'] == '7'){ echo " checked "; } echo">7&nbsp;&nbsp;&nbsp;
<input type='radio' name='erfahrungen' value='8'"; if($row['erfahrungen'] == '8'){ echo " checked "; } echo">8&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='erfahrungen' value='9'"; if($row['erfahrungen'] == '9'){ echo " checked "; } echo">9&nbsp;&nbsp;&nbsp;&nbsp;
<input type='radio' name='erfahrungen' value='10'"; if($row['erfahrungen'] == '10'){ echo " checked "; } echo">10
</td>
</tr>
@ -1129,4 +1129,4 @@ exit;
}
?>
?>

View File

@ -23,7 +23,7 @@ if(isset($_GET['countryCode'])){
while ($row = $result->fetch_array()){
##echo "obj.options[obj.options.length] = new Option('$row[bezeichnung]','$row[ukid]'";if($result1[ukid] == $row[ukid]){echo ",'selected'";}echo");\n";
echo "obj.options[obj.options.length] = new Option('$row[land]','$row[lid]'";if($row[lid] == $lid){echo ",'selected'";}echo");\n";
echo "obj.options[obj.options.length] = new Option('$row[land]','$row[lid]'";if($row['lid'] == $lid){echo ",'selected'";}echo");\n";
}
}

View File

@ -130,9 +130,9 @@ function createCities()
or die ("Cannot execute query");
echo "<select id='dhtmlgoodies_country' name='dhtmlgoodies_country' onchange='getCityList(this)' onfocus='getCityList(this)'>
<option value=''>Select</option>";
echo "<option value='%'";if($row3[kontinent] == '%'){echo " selected";} echo">Alle&nbsp;&nbsp;&nbsp;</option>\n";
echo "<option value='%'";if($row3['kontinent'] == '%'){echo " selected";} echo">Alle&nbsp;&nbsp;&nbsp;</option>\n";
while ($row2 = $result2->fetch_array()){
echo "<option value='$row2[kid]'";if($row2[kid] == $row3[kontinent]){echo " selected";} echo">".$row2['kontinent']."&nbsp;&nbsp;&nbsp;</option>\n";
echo "<option value='$row2[kid]'";if($row2['kid'] == $row3['kontinent']){echo " selected";} echo">".$row2['kontinent']."&nbsp;&nbsp;&nbsp;</option>\n";
}
echo"