PHP

PHP jest obiektowym, skryptowym jezykiem programowania zaprojektowanym do tworzenia dynamicznych stron www.


Funkcje PHP

Oficjalna strona PHP

Dodatkowe aplikacje PHP

Dodatkowe modu³y PHP

Wortal PHP
praca za granicą - Wynajem samochodów Poznań - games - Żyrandole kryształowe - dom pod klucz cennik - kody do gier


addslashes

addslashes

(PHP 3, PHP 4, PHP 5)

addslashes -- Quote string with slashes

Description

string addslashes ( string str )

Returns a string with backslashes before characters that need to be quoted in database queries etc. These characters are single quote ('), double quote ("), backslash (\) and NUL (the NULL byte).

An example use of addslashes() is when you're entering data into a database. For example, to insert the name O'reilly into a database, you will need to escape it. Most databases do this with a \ which would mean O\'reilly. This would only be to get the data into the database, the extra \ will not be inserted. Having the PHP directive magic_quotes_sybase set to on will mean ' is instead escaped with another '.

The PHP directive magic_quotes_gpc is on by default, and it essentially runs addslashes() on all GET, POST, and COOKIE data. Do not use addslashes() on strings that have already been escaped with magic_quotes_gpc as you'll then do double escaping. The function get_magic_quotes_gpc() may come in handy for checking this.

Przykład 1. An addslashes() example

<?php
$str
= "Is your name O'reilly?";

// Outputs: Is your name O\'reilly?
echo addslashes($str);
?>

See also stripslashes(), stripcslashes(), addcslashes(), htmlspecialchars(), quotemeta(), and get_magic_quotes_gpc().

laptopy - Wgraj swoje pliki za darmo Darmowy hosting plików Darmowy hosting plików - darmowe zdjęcia - Snajper alegro pomoże Ci wygrać aukcję - hacking - Limo and Car services chicago limos service 773-649-9630 - Bardzo smutne opisy na gg - najlepszy polski hosting zdjęć w internecie - pozycjonowanie strony - Pozycjonowanie stron - gotseoweb - odzyskiwanie danych Katowice - darmowy hosting - affection - zdjęcia z gier

G:6,M:0,Y:50