i have this code
<TR>
<TD vAlign=top align=right>
<P><b>BusinessWise titel: _</b></P></TD>
<TD> <?php echo $Titel; ?>
<INPUT type="hidden" name=Titel value= <?php echo $Titel; ?>> </TD></TR>
</TR>
formhandler:
$sql = "insert into tblNaw
(Pnr,Naam, Voornaam, Voorletters, Geslacht, Bedrijfsonderdeel, Postadres, Toestelnummer, Titel, Datum, Email)
values
('$Personeelsnummer','$Naam','$Voornaam','$Voorletters','$Geslacht','$Bedrijfsonderdeel','$Postadres','$Toestelnummer','$Titel','$Datum','$Email')";
when titel is for example a b c
i only see a in the database
but the echo on screen is a b c
i tryed encode and decode but how do i do this correct because i cant get it working