|
Typy Wyniki na żywo, typy, statystyki www.typuj.biz |
ksiÄ™ga podatkowa ksiÄ™ga podatkowa www.biuro-rachunkow… |
życzenia życzenia urodzinowe, imieninowe www.twojezyczenia.p… |
Nasza Klasa Nasza Klasa www.cosadzisz.pl |
organizacja imprez firmowych incentive www.vitall.com.pl |
Czaplinek noclegi Czaplinek noclegi, wakacje www.e-wypoczynek.pl… |
plotki plotki, sensacje, skandale jeszczeraz.pl |
Tanie domeny Tanie domeny i tani hosting www.linuxhosting.pl |
darmowa muzyka super darmowa muzyka www.darmowa-muzyka.… |
Materace Materace www.swiatsypialni.p… |
Krok po koroku, pełna dokumentacja w języku polskim. Skrypty napisane w PHP są z reguły umieszczane w dokumentach tekstowych (często razem z HTML lub XHTML). Dzięki temu PHP jest podobny w założeniach do dużo starszego mechanizmu Server Side Includes[4]. PHP pozwala także na wykonywanie skryptów z linii poleceń podobnie jak Perl i Python. Jego modułowa budowa udostępnia również możliwość programowania aplikacji z interfejsem graficznym. PHP umożliwia współpracę z wieloma rodzajami źródeł danych, jak na przykład serwery relacyjnych baz danych, pliki tekstowe czy dokumenty XML.
Magic Quotes is a process that automagically escapes incoming data to the PHP script. It's preferred to code with magic quotes off and to instead escape the data at runtime, as needed.
When on, all ' (single-quote), " (double quote), \ (backslash) and NULL characters are escaped with a backslash automatically. This is identical to what addslashes() does.
There are three magic quote directives:
Affects HTTP Request data (GET, POST, and COOKIE). Cannot be set at runtime, and defaults to on in PHP.
See also get_magic_quotes_gpc().
If enabled, most functions that return data from an external source, including databases and text files, will have quotes escaped with a backslash. Can be set at runtime, and defaults to off in PHP.
See also set_magic_quotes_runtime() and get_magic_quotes_runtime().
If enabled, a single-quote is escaped with a single-quote instead of a backslash. If on, it completely overrides magic_quotes_gpc. Having both directives enabled means only single quotes are escaped as ''. Double quotes, backslashes and NULL's will remain untouched and unescaped.
See also ini_get() for retrieving its value.
| Poprzedni | Spis treści | Następny |
| User Submitted Data | Początek rozdziału | Why use Magic Quotes |
php
kontakt:praca.pozycjonowanie@gmail.com