Wissensdatenbank Wirtschaftsrecht

aktuelles Dokument: ProgrammierenMitPHP
image4
image3
image2
image1
 Alle Kategorien:
  Forschungsdatenbank
  Lehrveranstaltungen
  Lexikon
  Literatur
  Rechtsgebiete
  Rechtsprechung
  Service
  Studium F H S
  Wissensmanagement
ich war hier: ProgrammierenMitPHP

Revision history for ProgrammierenMitPHP


Revision [96487]

Last edited on 2021-05-07 14:04:20 by WojciechLisiewicz
Additions:
delete
Deletions:
===== PHP Skriptsprache =====
== für das WWW und andere Lösungen ==

((1)) 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
- [[http://www.php.net/manual/de/features.safe-mode.php SafeMode]] in php.ini
- OpenBasedir in httpd.conf

((1)) Reguläre Ausdrücke
Interessante Seite, auch wenn noch nicht probiert: http://regexp-evaluator.de




----
CategoryITWL


Revision [77100]

Edited on 2017-02-16 23:09:07 by WojciechLisiewicz
Additions:
((1)) Reguläre Ausdrücke
Interessante Seite, auch wenn noch nicht probiert: http://regexp-evaluator.de
Deletions:
((1))


Revision [76944]

Edited on 2017-02-10 20:53:48 by WojciechLisiewicz
Additions:
== für das WWW und andere Lösungen ==
((1))
Deletions:
== für das WWW ==


Revision [76942]

Edited on 2017-02-10 20:48:48 by WojciechLisiewicz
Additions:
- 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
- [[http://www.php.net/manual/de/features.safe-mode.php SafeMode]] in php.ini
- OpenBasedir in httpd.conf
Deletions:
-


Revision [76939]

Edited on 2017-02-10 20:42:40 by WojciechLisiewicz
Additions:
===== PHP Skriptsprache =====
== für das WWW ==
Deletions:
===== Programmieren mit PHP =====


Revision [76905]

The oldest known version of this page was created on 2017-02-10 19:08:31 by WojciechLisiewicz
Valid XHTML   |   Valid CSS:   |   Powered by WikkaWiki