php & mysql

Status
Niet open voor verdere reacties.

starsearch

Gebruiker
Lid geworden
30 nov 2002
Berichten
75
Ik ben bezig met een formuliertje dat gekoppeld moet worden aan mijn mysql-database. Maar het wil maar niet lukken.... Dit is mijn php-tje:
PHP:
<?php 
          mysql_connect("localhost", "*****", "*****") or die("Failure to communicate with database");
            mysql_select_db("starsearchleden");
			
			$query = mysql_query("SELECT id FROM tabel ORDER BY id DESC"); // Id's selecteren, hoogste bovenaan
$nr = mysql_fetch_array($query, MYSQL_ASSOC); // De eerste selecteren
$id = $nr['id'] + 1; // Id 1 hoger zetten.

                    	
            $query2 = mysql_query("INSERT INTO leden (ID, Geslacht, Voornaam, Achternaam, Geboortedag, Geboortemaand, Geboortejaar, Geboorteplaats, Adres, Postcode, Plaats, Telefoonnummer, Gsmnummer, Emailadres, Univeristair, HBO, MBO, LBO, Anders, Namelijk, Beroep, Nederlands, Engels, Duits, Frans, Spaans, Italiaans, Sport, Hobbies, Rijbewijs, Ambities, Ogen, Haar, Uiterlijk, Lengte, Gewicht, Schoenmaat, Bovenwijdte, Taille, Heup, Cupmaat, Lingeriemaat, Confectiemaat, Tattoo, Piercing, Litteken, Kenmerken, Fashion, Reclame, Cosmetica, Glamour, Erotisch, Betaaldmodellenwerk, Modelervaring, Beheersingdansen, Specifiekedansen, Dansopleiding, Naamdansopleiding, Danservaring, Welkedanservaring, Acteer/toneelopleiding, Naamacteer/toneelopleiding, TVervaring, WelkeTVervaring, WilopTV, Geacteerdvoorlivepubliek, Watvoorrol, Rockstem, Popstem, Jazzstem, Hogekoorstem, Countrystem, R&Bstem, Overig, Zangles, Zangopleiding, Zangervaring, Welkezangervaring, Blaasinstrument, Slaginstrument, Toetsinstrument, Strijkinstrument, Snaarinstrument, Muziekopleiding, Naammuziekopleiding, Band, Ervaringband) VALUES ('$id', '{$_POST['Geslacht']}', '{$_POST['Voornaam']}', '{$_POST['Achternaam']}', '{$_POST['Geboortedag']}', '{$_POST['Geboortemaand']}', '{$_POST['Geboortejaar']}', '{$_POST['Geboorteplaats']}', '{$_POST['Adres']}', '{$_POST['Postcode']}', '{$_POST['Plaats']}', '{$_POST['Telefoonnummer']}', '{$_POST['Gsmnummer']}$', '{$_POST['Emailadres']}', '{$_POST['Universitair']}', '{$_POST['HBO']}', '{$_POST['MBO']}', '{$_POST['LBO]}', '{$_POST['Anders']}', {$_POST['Namelijk']} '{$_POST['Beroep']}', '{$_POST['Nederlands']}', '{$_POST['Engels']}', '{$_POST['Duits']}', '{$_POST['Frans']}', '{$_POST['Spaans']}', '{$_POST['Sport']}', '{$_POST['Hobbies']}', '{$_POST['Rijbewijst']}', '{$_POST['Ambities']}', '{$_POST['Ogen']}', '{$_POST['Haar']}', '{$_POST['Uiterlijk']}', '{$_POST['Lengte']}', '{$_POST['Gewicht']}', '{$_POST['Schoenmaat']}', '{$_POST['Bovenwijdte']}', '{$_POST['Taille']}', '{$_POST['Heup']}', '{$_POST['Cupmaat']}', '{$_POST['Lingeriemaat']}', '{$_POST['Confectiemaat']}', '{$_POST['Tattoo']}', '{$_POST['Piercing']}', '{$_POST['Litteken']}', '{$_POST['Kenmerken']}', '{$_POST['Fashion']}', '{$_POST['Reclame']}', '{$_POST['Cosmetica']}', '{$_POST['Glamour']}', '{$_POST['Erotisch']}', '{$_POST['Betaaldmodellenwerk']}', '{$_POST['Modelervaring']}', '{$_POST['Beheersingdansen']}', '{$_POST['Specifiekedansen']}', '{$_POST['Dansopleiding']}', '{$_POST['Naamdansopleiding']}', '{$_POST['Danservaring']}', '{$_POST['Welkedanservaring']}', '{$_POST['Acteer/toneelopleiding']}', '{$_POST['Naamacteer/toneelopleiding']}', '{$_POST['TVervaring']}', '{$_POST['WelkeTVervaring']}', '{$_POST['WilopTV']}', '{$_POST['Geacteerdvoorlivepubliek']}', '{$_POST['Watvoorrol']}', '{$_POST['Rockstem']}', '{$_POST['Popstem']}', '{$_POST['Jazzstem']}', '{$_POST['Hogekoorstem']}', '{$_POST['Countrystem']}', '{$_POST['R&Bstem']}', '{$_POST['Overig']}', '{$_POST['Zangles']}', '{$_POST['Zangopleiding']}', '{$_POST['Zangervaring']}', '{$_POST['Welkezangervaring']}', '{$_POST['Blaasinstrument']}', '{$_POST['Slaginstrument']}', '{$_POST['Toetsinstrument']}', '{$_POST['Strijkinstrument']}', '{$_POST['Snaarinstrument']}', '{$_POST['Muziekopleiding']}', '{$_POST['Naammuziekopleiding']}', '{$_POST['Band']}', '{$_POST['Ervaringband']}')"; 
			$result = mysql_query($query2) or die("Unable to record your information. Try again later.");
                
print ("Gegevens ingevoerd"); 

            
?>

Verder heb ik dan een mysql database... Maar dit is de eerste keer dat ik hem gebruik.

Maar hier een kort overzicht wat ik heb ingevuld... Misschien moeten er nog meer velden worden ingevuld... maar ja, iemand moet er blond zijn ;-)

voorbeeld.gif


Verder heb nog de html-code voor het formulier:
PHP:
<form method=POST action="formulier.php">
        <table border="0" bordercolor="white" bordercolordark="white" bordercolorlight="white" width="594">
            <tr bordercolordark="black" bordercolorlight="black">
                <td width="584" bordercolordark="white" bordercolorlight="white" bordercolor="white">                <div align="left">
                    <table border="0" width="550">
                        <tr>
                            <td width="579" colspan="4">
                                <p><font face="Verdana" color="red"><span style="font-size:12pt;"><b>persoonlijke 
gegevens:</b></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" colspan="3">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Geslacht:</span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Geslacht" value="vrouw"> 
    vrouw &nbsp;&nbsp;<input type="radio" name="Geslacht" value="man"> man</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Voornaam:</span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Voornaam" size="46"></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Achternaam: &nbsp;&nbsp;</span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Achternaam" size="46"></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Geboortedatum: </span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><select name="Geboortedag" size="1">
    <option>1</option>
    <option>2</option>
    <option>3</option>
    <option>4</option>
    <option>5</option>
    <option>6</option>
    <option>7</option>
    <option>8</option>
    <option>9</option>
    <option>10</option>
    <option>11</option>
    <option>12</option>
    <option>13</option>
    <option>14</option>
    <option>15</option>
    <option>16</option>
    <option>17</option>
    <option>18</option>
    <option>19</option>
    <option>20</option>
    <option>21</option>
    <option>22</option>
    <option>23</option>
    <option>24</option>
    <option>25</option>
    <option>26</option>
    <option>27</option>
    <option>28</option>
    <option>29</option>
    <option>30</option>
    <option>31</option>
    </select> &nbsp;&nbsp;&nbsp;&nbsp;</span></font><font face="Microsoft Sans Serif" color="black"><span style="font-size:12pt;"><select name="Geboortemaand" size="1">
    <option>januari</option>
    <option>februari</option>
    <option>maart</option>
    <option>april</option>
    <option>mei</option>
    <option>juni</option>
    <option>juli</option>
    <option>augustus</option>
    <option>september</option>
    <option>oktober</option>
    <option>november</option>
    <option>december</option>
    </select></span></font><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"> &nbsp;&nbsp;&nbsp;&nbsp;<input type="text" name="Geboortejaar" maxlength="4" size="6"></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Geboorteplaats: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Geboorteplaats" size="46"></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Straatnaam + huisnr: 
    &nbsp;&nbsp;</span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Adres" size="46"></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Postcode: &nbsp;</span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Postcode" maxlength="7" size="7"></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Plaats: &nbsp;&nbsp;</span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Plaats" size="46"></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Telefoonnummer: &nbsp;&nbsp;</span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Telefoonnummer" maxlength="11" size="11"></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">GSMnummer:</span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Gsmnummer" maxlength="11" size="11"></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Emailadres: 
                        &nbsp;</span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Emailadres" maxlength="100" size="47"> 
                                            (*)</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;(*) = verplicht</font></p>
                                            <p>&nbsp;</p>
                            </td>
                            <td width="413" colspan="3">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="579" colspan="4">
    <p><font face="Verdana" color="red"><span style="font-size:12pt;"><b>Aanvullende 
    informatie:</b></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" colspan="3">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Opleiding: </span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Universitair"> 
    Universitair</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="HBO"> 
    HBO</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="MBO"> 
    MBO</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="LBO"> 
    LBO</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Anders" value="ja"> 
    Anders, namelijk: <input type="text" name="Namelijk" size="25"></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Beroep: </span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Beroep" size="46"></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Talen: </span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Nederlands"> 
    Nederlands</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Engels"> 
    Engels</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Duits"> 
    Duits</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Frans"> 
    Frans</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Spaans"> 
    Spaans</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Italiaans"> 
    Italiaans</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Sport:</span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Sport" size="46"></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Hobbies: &nbsp;</span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Hobbies" size="46"></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Rijbewijs:</span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Rijbewijs" value="nee"> 
    nee &nbsp;&nbsp;&nbsp;&nbsp;<input type="radio" name="Rijbewijs" value="ja"> 
    ja</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" valign="top">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Mijn 
                ambities:</span></font></p>
                            </td>
                            <td width="413" colspan="3">
                                <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><textarea name="Ambities" rows="10" cols="45"></textarea></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" colspan="3">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="579" colspan="4">
<p><font face="Verdana" size="3" color="red"><b>Modellenwerk</b></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="579" colspan="4">
                                <p>&nbsp;</p>
                            </td>
                        </tr>
                        <tr>
                            <td width="579" colspan="4">
<p><font color="white" face="MS Sans Serif">Heb je een leuk uiterlijk, of denk 
                je dat je de capaciteiten hebt van een model, vul dan de onderstaande 
                gegevens zo goed mogelijk in. Wanneer je talenten elders liggen, 
                is het niet noodzakelijk deze vragen te beantwoorden.</font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="180">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="168">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="53">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Kleur ogen: &nbsp;&nbsp;</span></font></p>
                            </td>
                            <td width="180">
                <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Ogen" value="blauw"> 
    blauw </span></font></p>
                            </td>
                            <td width="168">
                <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Ogen" value="Blauw/grijs"> 
    blauw/grijs</span></font></p>
                            </td>
                            <td width="53">
                <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Ogen" value="Bruin"> 
    bruin &nbsp;</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="180">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Ogen" value="Groen"> 
    groen</span></font></p>
                            </td>
                            <td width="168">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Ogen" value="groen/bruin"> 
    groen/bruin </span></font></p>
                            </td>
                            <td width="53">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Ogen" value="Zwart"> 
    zwart</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Kleur haar:</span></font></p>
                            </td>
                            <td width="180">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Haar" value="Blond"> 
    blond </span></font></p>
                            </td>
                            <td width="168">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Haar" value="Donkerblond/grijs"> 
    donkerblond/grijs</span></font></p>
                            </td>
                            <td width="53">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Haar" value="Bruin"> 
    bruin</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="180">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Haar" value="Donkerbruin"> 
    donkerbruin</span></font></p>
                            </td>
                            <td width="168">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Haar" value="Zwart"> zwart </span></font></p>
                            </td>
                            <td width="53">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Haar" value="Rood"> 
    rood &nbsp;</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="180">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Haar" value="Grijs"> 
    grijs</span></font></p>
                            </td>
                            <td width="168">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="53">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Beschrijving uiterlijk: 
    &nbsp;&nbsp;&nbsp;&nbsp;</span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Uiterlijk" value="Donker Afrikaans"> Donker 
    Afrikaans</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Uiterlijk" value="Aziatisch Chinees/Japans etc."> 
    Aziatisch Chinees/Japans etc.</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Uiterlijk" value="Zuid Europees"> 
    Zuid Europees</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Uiterlijk" value="West- cq. Noord-Europees"> 
    West- cq. Noord-Europees</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Uiterlijk" value="Midden Oosten c.q. Noord Afrikaans"> 
    Midden Oosten c.q. Noord Afrikaans</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Uiterlijk" value="Aziatisch Indonesisch"> 
    Aziatisch Indonesisch</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Uiterlijk" value="Anders"> 
    Anders</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Lengte (in cm):</span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Lengte" size="8"> 
    cm.</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
<p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Gewicht (in kg): </span></font></p>
                            </td>
                            <td width="413" colspan="3">
<p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Gewicht" size="8"> 
kg.</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
<p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Schoenmaat: &nbsp;&nbsp;</span></font></p>
                            </td>
                            <td width="413" colspan="3">
<p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Schoenmaat" size="8"></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
<p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Bovenwijdte:</span></font></p>
                            </td>
                            <td width="413" colspan="3">
<p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Bovenwijdte" size="8"> 
(de omtrek van je borst in cm)</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
<p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Taille: &nbsp;&nbsp;</span></font></p>
                            </td>
                            <td width="413" colspan="3">
<p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Taille" size="8"> 
(de omtrek van je taille in cm)</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
<p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Heup:</span></font></p>
                            </td>
                            <td width="413" colspan="3">
<p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Heup" size="8"></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
<p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Cupmaat: </span></font></p>
                            </td>
                            <td width="413" colspan="3">
<p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Cupmaat" size="8"></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
<p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Lingeriemaat: </span></font></p>
                            </td>
                            <td width="413" colspan="3">
<p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Lingeriemaat" size="8"></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
<p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Confectiemaat: </span></font></p>
                            </td>
                            <td width="413" colspan="3">
<p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Confectiemaat" size="8"></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Tattoo: </span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Tattoo" value="ja"> 
    ja &nbsp;&nbsp;&nbsp;<input type="radio" name="Tattoo" value="nee"> nee</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Piercing: </span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Piercing" value="ja"> 
    ja &nbsp;&nbsp;&nbsp;<input type="radio" name="Piercing" value="nee"> nee</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
<p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Zichtbare littekens: &nbsp;&nbsp;</span></font></p>
                            </td>
                            <td width="413" colspan="3">
<p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Litteken" value="ja"> 
ja &nbsp;&nbsp;&nbsp;<input type="radio" name="Litteken" value="nee"> nee</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
<p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Mijn beste kenmerk:</span></font></p>
                            </td>
                            <td width="413" colspan="3">
<p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Kenmerken " size="37"> 
bijv. ogen, haar, handen enz.</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" valign="top">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Ik stel me beschikbaar voor:&nbsp;</span></font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Fashion" value="ja"> 
    <b><u>Fashion 
    modellenwerk</u></b></span></font></p>
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Deze 
    modellen zijn geschikt voor het presenteren van kleding. Het is hiervoor 
                                veelal 
    vereist dat je de juiste lichaamsverhoudingen en een goede lengte hebt.</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Reclame" value="ja"><b> 
    <u>Reclame 
    modellenwerk</u></b></span></font></p>
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Hiervoor 
    kan iedereen worden gevraagd. Voor verschillende reclamedoel- eindeworden 
    verschillende types gevraagd.</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="98">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" height="98" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Cosmetica" value="ja"> 
    <b><u>Cosmetica modellenwerk</u></b></span></font></p>
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Deze 
    modellen worden specifiek gescreend vanwege hun uitstraling of lichaams- 
                                delen. 
    Bijvoorbeeld het fotograferen van : handen, nagels, huid, haar of 
    ogen etc.</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="41">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" height="41" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Glamour" value="ja"><b><u>Glamour 
    modellenwerk</u></b></span></font></p>
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Deze 
    modellen hebben geen probleem met het tonen van hun lichaam: topless of 
    eventueel 
    artistieknaakt. Een mooi lichaam is voor deze modellen een vereiste.</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="41">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" height="41" colspan="3">
                        <p><font color="white" face="Microsoft Sans Serif"><input type="checkbox" name="Erotisch" value="ja"> 
                        </font><font face="Microsoft Sans Serif" color="white"><u><b>Erotisch modellenwerk</b></u></font></p>
                        <p><font face="Microsoft Sans Serif" color="white">Deze 
                        modellen hebben geen probleem met het tonen van hun 
                        lichaam zowel topless als 
                        compleet naakt voor o.a. lingerie en eventueel verder. 
                        Een mooi lichaam is voor deze&nbsp;modellen 
                        een vereiste.</font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="41">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Heb je eerder betaald 
                                modellen- werk verricht?</span></font></p>
                            </td>
                            <td width="413" height="41" valign="top" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Betaaldmodellenwerk" value="ja"> 
    ja &nbsp;&nbsp;&nbsp;<input type="radio" name="Betaaldmodellenwerk" value="nee">nee</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Zo ja, wat voor ervaring: 
    &nbsp;</span></font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Modelervaring" size="57"></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
<p><font face="Verdana" size="3" color="red"><b>Dans</b></font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="579" height="29" colspan="4">
<p><font color="white" face="MS Sans Serif">Swing je er lekker op los, of denk 
                je dat je de capaciteiten hebt van een danser m/v, vul dan de 
                onderstaande gegevens zo goed mogelijk in. Wanneer je talenten 
                elders liggen, is het niet noodzakelijk deze vragen te beantwoorden.</font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Beheers je specifieke 
    dansen? &nbsp;&nbsp;&nbsp;</span></font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Beheersingdansen" value="ja"> 
    ja &nbsp;&nbsp;&nbsp;<input type="radio" name="Beheersingdansen" value="nee">nee</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29" valign="top">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Zo 
    ja, welke?:</span></font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><textarea name="Specifiekedansen" rows="9" cols="56"></textarea></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Heb je hiervoor een 
    &nbsp;professionele opleiding genoten?</span></font></p>
                            </td>
                            <td width="413" height="29" valign="top" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Dansopleiding" value="ja"> 
    ja &nbsp;&nbsp;&nbsp;<input type="radio" name="Dansopleiding" value="nee">nee</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Zo ja welke?</span></font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="text" name="Naamdansopleiding" size="59"></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Heb je relevante 
                                danservaring?</span></font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Danservaring" value="ja"> 
    ja &nbsp;&nbsp;&nbsp;<input type="radio" name="Danservaring" value="nee">nee</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29" valign="top">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Zo 
    ja welke?</span></font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><textarea name="Welkedanservaring" rows="9" cols="57"></textarea></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
<p><font face="Verdana" size="3" color="red"><b>Acteren</b></font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="579" height="29" colspan="4">
<p><font color="white" face="MS Sans Serif">Denk je dat je de capaciteiten hebt 
                van een acteur m/v, vul dan de onderstaande gegevens zo goed 
                mogelijk in. Wanneer je talenten elders liggen, is het niet 
                noodzakelijk deze vragen te beantwoorden.</font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Heb je een professionele 
                                acteer-, en of toneelopleiding genoten?:</span></font></p>
                            </td>
                            <td width="413" height="29" valign="top" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Acteer/toneelopleiding" value="ja"> 
    ja &nbsp;&nbsp;&nbsp;<input type="radio" name="Acteer/toneelopleiding" value="nee">nee</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29" valign="top">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Zo 
    ja, welke?:</span></font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><textarea name="Naamacteer/toneelopleiding" rows="9" cols="56"></textarea></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Heb je wel eens in 
    een TV serie, commercial of film een professio- nele rol (met tekst) gespeeld?</span></font></p>
                            </td>
                            <td width="413" height="29" valign="top" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="TVervaring" value="ja"> 
    ja &nbsp;&nbsp;&nbsp;<input type="radio" name="TVervaring" value="nee">nee</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29" valign="top">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Zo 
    ja welke?</span></font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><textarea name="WelkeTVervaring" rows="9" cols="56"></textarea></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Zou je in een TV 
                                serie of commercial willen figureren?:</span></font></p>
                            </td>
                            <td width="413" height="29" valign="top" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="WilopTV" value="ja"> 
    ja &nbsp;&nbsp;&nbsp;<input type="radio" name="WilopTV" value="nee">nee</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Heb je eerder in het theater voor 
                                publiek gespeeld? </span></font></p>
                            </td>
                            <td width="413" height="29" valign="top" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Geacteerdvoorlivepubliek" value="ja"> 
    ja &nbsp;&nbsp;&nbsp;<input type="radio" name="Geacteerdvoorlivepubliek" value="nee">nee</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29" valign="top">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Zo 
    ja, wat voor rol en wat voor toneelstuk?</span></font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><textarea name="Watvoorrol" rows="9" cols="56"></textarea></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="579" height="29" colspan="4">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="579" height="29" colspan="4">
<p><font face="Verdana" size="3" color="red"><b>Zang en muziekinstrumenten</b></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="579" height="29" colspan="4">
<p><font color="white" face="MS Sans Serif">Heb je een leuke noot spelen of 
                zingen, en&nbsp;denk je dat je de capaciteiten hebt van een 
                zanger m/v of muzikant m/v, vul dan de onderstaande gegevens 
                zo goed mogelijk in. Wanneer je talenten elders liggen, is het 
                niet noodzakelijk deze vragen te beantwoorden.</font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Wat voor soort &nbsp;zangstem heb je? (meerder opties mogelijk) 
    &nbsp;&nbsp;&nbsp;</span></font></p>
                            </td>
                            <td width="413" height="29" valign="bottom" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Rockstem" value="ja"> 
    Rock</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Popstem" value="ja"> 
    Pop</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Jazzstem" value="ja"> Jazz</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Hogekoorstem" value="ja"> 
    Hoge koorstem (sopraan)</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Countrystem" value="ja"> 
    Country</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="R&Bstem" value="ja"> 
    R&amp;B</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
<p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Overig" value="ja"> 
Overig</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Volg je zangles? </span></font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Zangles" value="ja"> 
    ja &nbsp;&nbsp;&nbsp;<input type="radio" name="Zangles" value="nee">nee</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29" valign="top">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">&nbsp;Zo 
    ja, wat voor soort opleiding?</span></font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><textarea name="Zangopleiding " rows="9" cols="56"></textarea></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Heb je relevante&nbsp;zangervaring of zing 
                                je in een band?: &nbsp;&nbsp;</span></font></p>
                            </td>
                            <td width="413" height="29" valign="top" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Zangervaring" value="ja"> 
    ja &nbsp;&nbsp;&nbsp;<input type="radio" name="Zangervaring" value="nee">nee</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29" valign="top">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Zo 
    ja, wat voor soort ervaring?</span></font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><textarea name="Welkezangervaring" rows="9" cols="56"></textarea></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="71" valign="top">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Kun je een instrument&nbsp;&nbsp;bespelen? Zo ja, welke? </span></font></p>
                                <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">(meerder opties mogelijk)</span></font></p>
                            </td>
                            <td width="413" height="71" valign="bottom" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Blaasinstrument" value="ja"> 
    Blaasinstrument</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Slaginstrument" value="ja"> Slaginstrument</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Toetsinstrument" value="ja"> Toetsinstrument</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Strijkinstrument" value="ja"> 
    Strijkinstrument</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
                                <p><font color="white">&nbsp;</font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="checkbox" name="Snaarinstrument" value="ja"> 
    Snaarinstrument</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Heb je hiervoor een&nbsp;professionele opleiding 
                                genoten? </span></font></p>
                            </td>
                            <td width="413" height="29" valign="top" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Muziekopleiding" value="ja"> 
    ja &nbsp;&nbsp;&nbsp;<input type="radio" name="Muziekopleiding" value="nee">nee</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29" valign="top">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Zo 
    ja, wat voor soort opleiding?</span></font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><textarea name="Naammuziekopleiding" rows="9" cols="56"></textarea></span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Speel je in een band 
    en/of treedt je op 
    met instrument?:</span></font></p>
                            </td>
                            <td width="413" height="29" valign="top" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><input type="radio" name="Band" value="ja"> 
    ja &nbsp;&nbsp;&nbsp;<input type="radio" name="Band" value="nee">nee</span></font></p>
                            </td>
                        </tr>
                        <tr>
                            <td width="160" height="29" valign="top">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Zo 
    ja, wat voor soort ervaring?</span></font></p>
                            </td>
                            <td width="413" height="29" colspan="3">
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;"><textarea name="Ervaringband" rows="9" cols="56"></textarea></span></font></p>
                            </td>
                        </tr>
                    </table>
                </div>
    <p><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">&nbsp;</span></font></p>
<p align="center"><font face="Microsoft Sans Serif" color="white"><span style="font-size:12pt;">Dank je wel voor je aanmelding! 
Klik nu op de button om je formulier te verzenden. Zodra je gegevens verwerkt zijn 
                ontvang je z.s.m. een bevestiging 
                        van je inschrijving bij Star Search.</span></font></p>
                    <p align="center"><a href="http://www.starsearch.nl/aanmelding.htm"><font color="white" face="Microsoft Sans Serif"><input type="submit" name="formbutton1" value="Verzend formulier"></font></a></p>
                    <p align="center"><font color="white">&nbsp;</font></p>
                </td>
            </tr>
        </table>
    </form>

IK WEET HET NIET MEER HEEEEELLLLLUUUUPPP!!!!

:love:

Debby
 
Laat me je eerst een paar tips geven:

- Gooi nooit je gehele code in een bericht, zeker niet als deze ellenlang is en de helpers er nog niets aan hebben omdat ze echt niet al die code gaan doorspitten.
- Bovendien is er gebrek aan overzicht en heeft html niet zozeer iets met php te maken in dit geval (namelijk een fout in het php script) dus het html formulier had je weg kunnen laten.
- Je gebruikt veels te veel SQL kolommen. Voor elke keuze mogelijkheid in je formulier gebruik je een aparte kolom wat niet alleen je database enorm vertraagd maar ook jou en misschien wel anderen enorm veel werk kost. Waarschijnlijk doe je gewoon alle keuzes, en als iemand die keuze gemaakt heeft laat je mysql er een 1 neerzetten ofzo. In ieder geval een kenmerk dat diegene dat gekozen heeft. Dit is niet slim. Werk met 1 kolom en eventueel dat veld kun je dan invullen met de keuze. Bijv. kolom Leeftijd en in het bijbehorende veld laat je de ingevulde leeftijd invullen vanuit het formulier. Dus niet alle leeftijden een aparte kolom geven en dan een kruisje, 1, ja of whatever erin laten zetten als we juist zitten. Dat gaat nooit werken.


Nu je fout. Je fout is een gevolg van het teveel kolommen maken. Je gebruikt in je insert query kriskras met quotes en haakjes {}. Het beste is nog om absoluut geen haakjes te gebruiken bij array's en objecten. Zoals we allemaal gewend zijn kunnen we in een string ook gewoon $var doen zonder op te letten of hij juist gepakt wordt, maar bij array's en objecten moet je oppassen. Je kunt idd haakjes gebruiken om het toch gewoon in een string te kunnen zetten maar daar ga je fouten in maken. En zo ook jij.
Gebruik in dat soort gevallen een break in je string (van de query die uitgevoerd moet worden). Een break is niets meer dan de string tijdelijk afsluiten met een " en te verbinden aan een variabele, array, object, constant wat je maar wilt:

PHP:
<?php

$break = "Je gekozen naam was: ".$_POST['naam']."! Deze is goedgekeurd!!";

?>

Maar je hoeft er niet per se iets achter te zetten zoals ik doe. Als je verder niets meer hoeft toe te voegen doe je gewoon een ; om de regel af te sluiten, niet nog eens een keer .""; ofzo dat is niet nodig.

Dus verwijder al die onnodige quotes en haakjes uit je query en probeer het nog eens. Maar pas op! vergeet niet de enkele quotes om je velden mee aan te geven na VALUES (...). Zonder deze quotes zal mysql een fout geven.
 
Is dit niet een beetje dubbel?

$query = mysql_query("blablabla");
$result = mysql_query($query) blablabla

En krijg je ook foutmeldingen?
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan