PHP: Introduction - Manual in Deutsh
PHP: Introduction - Manual in French
PHP: Introduction - Manual in Polish

You Are At PHP: Introduction - Manual Area


recent searches:
include functions , variable functions , post functions...




If you are new to PHP or just need to refresh your skills, this is the place to start. This series of tutorials will give you the basic knowledge you will need to create a simple PHP website.

PHP is a reflective programming language originally designed for producing dynamic web pages.[1] PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. Textual User Interfaces can also be created using ncurses.

PHP Manual
PrevNext

Chapter 22. Introduction

PHP is a powerful language and the interpreter, whether included in a web server as a module or executed as a separate CGI binary, is able to access files, execute commands and open network connections on the server. These properties make anything run on a web server insecure by default. PHP is designed specifically to be a more secure language for writing CGI programs than Perl or C, and with correct selection of compile-time and runtime configuration options, and proper coding practices, it can give you exactly the combination of freedom and security you need.

As there are many different ways of utilizing PHP, there are many configuration options controlling its behaviour. A large selection of options guarantees you can use PHP for a lot of purposes, but it also means there are combinations of these options and server configurations that result in an insecure setup.

The configuration flexibility of PHP is equally rivalled by the code flexibility. PHP can be used to build complete server applications, with all the power of a shell user, or it can be used for simple server-side includes with little risk in a tightly controlled environment. How you build that environment, and how secure it is, is largely up to the PHP developer.

This chapter starts with some general security advice, explains the different configuration option combinations and the situations they can be safely used, and describes different considerations in coding for different levels of security.

końcówki kolekcji, wizy do rosji, Katalogowe Domy, hotele, muzyka bez zaiks, tłumaczenia konsekutywne
drzwi wewnętrzne warszawa porady prawne Kraków kredyt gotówkowy akropol lublin blog

Another Useful functions:


security.intro | introduction | intro-whatcando | function.xmlrpc-server-register-method | function.xmlrpc-server-register-introspection-callback | function.xmlrpc-server-register-introspection-callback | function.xmlrpc-server-destroy | function.xmlrpc-server-call-method | function.xmlrpc-server-add-introspection-data | function.xmlrpc-server-add-introspection-data | function.xmlrpc-parse-method-descriptions |


PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.