dbx_escape_stringdbx_escape_string
(PHP 4 >= 4.3.0, PHP 5 <= 5.0.4)
dbx_escape_string --
Escape a string so it can safely be used in an sql-statement
Opis
string
dbx_escape_string ( object link_identifier, string text )
Escape the given string so that it can safely be used in an sql-statement.
Parametry
link_identifier
The DBX link object returned by dbx_connect()
text
The string to escape.
Zwracane wartości
Returns the text, escaped where necessary (such as quotes, backslashes
etc). On error, NULL is returned.
Przykłady
Przykład 1. dbx_escape_string() example
<?php $link = dbx_connect(DBX_MYSQL, "localhost", "db", "username", "password") or die("Could not connect");
$text = dbx_escape_string($link, "It\'s quoted and backslashed (\\)."); $result = dbx_query($link, "insert into tbl (txt) values ('" . $text . "')"); if ($result == 0) { echo dbx_error($link); } dbx_close($link); ?>
|
|
załóż
własne radio internetowe zupełnie za darmo - automatyczna aktywacja
-
galerie
-
bts
-
anteny
-
zdjęcia dziewczyn
- Bardzo
smieszne opisy na gg
- Najlepsze
miłosne opisy gg do Twojego komunikatora
-
odzyskiwanie danych Wrocław
-
serwis komputerowy Szczecin
-
własne forum
- wymiana linków
Wymiana Linków wymiana linków
-
zdjęcia roślin
-
pozycjonowanie stron bielsko-biała
-
Informatycy Słownik
-
partline
G:5,M:0,Y:17