Revision [3d498e6]
Letzte Änderung am 2017-02-16 23:09:07 durch WojciechLisiewicz
ADDITIONS
**B. Reguläre Ausdrücke**
Interessante Seite, auch wenn noch nicht probiert: http://regexp-evaluator.de
DELETIONS
**B. **
Revision [ac55fd6]
Die älteste bekannte Version dieser Seite wurde von WojciechLisiewicz am 2017-02-10 20:53:48 erstellt
ADDITIONS
## PHP Skriptsprache
##### für das WWW und andere Lösungen
**A. Sicherheit**
Hinweise zum sicheren Quelltext:
>>* Absicherung der `includes` in PHP - http://www.webmasterpro.de/coding/article/php-sicherheit-include-absichern.html
>>* do not use "register globals"
>>>* /etc/php.ini > register_globals = OFF
>>>* if you use "register_globals", then initialize every variable!
>>* do not trust incoming data
>>>* you shouldn't use "include($_GET['seite']);"
>>* use safe settings in your APACHE / PHP configuration
>>>* [SafeMode](http://www.php.net/manual/de/features.safe-mode.php) in php.ini
>>>* OpenBasedir in httpd.conf
**B. **
***
CategoryITWL