Van professionele vertalers, bedrijven, webpagina's en gratis beschikbare vertaalbronnen.
it returns escaped string.
diese funktion sollte anstelle von addslashes() verwendet werden.
Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:
the data is shown in the browser as intended, because the browser will interpret the html escaped symbols.
die daten werden wie browser wie gewünscht ausgegeben, da der browser die html-escapten symbole interpretiert.
Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:
?php $link = mysql_connect( 'localhost', 'myname', 'secret'); $item = "zak's and derick's laptop"; $escaped_item = mysql_real_escape_string($item); printf ("escaped string: %s\n", $escaped_item);?
?php $link = mysql_connect( 'localhost', 'mysql_user', 'mysql_password'); $item = "zak's und derick's laptop"; $escaped_item = mysql_real_escape_string($item); printf ("escaped string: %s\n", $escaped_item);?
Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:
Waarschuwing: Bevat onzichtbare HTML-opmaak