Tag: PHP

PHP (recursive acronym: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language. PHP is especially suited for web development. It allows developers to create dynamic web pages by embedding the code into HTML.

  • xDebug unter Mac OS X mit MacPorts installieren

    Written by

    in

    xdebug? xdebug ist ein großartiges Tool zum Debuggen von PHP. Um xdebug unter Mac OS X verwenden zu können, muss es zunächst installiert werden. Verwendet man bereits eine PHP-Version, welche über MacPorts installiert wurde, dann lässt sich xdebug sehr einfach hinzufügen und aktivieren.

    Read more

  • Wo ist meine php.ini?

    Written by

    in

    Wo die aktuell verwendete php.ini gespeichert ist, lässt sich ganz einfach über phpinfo() ermitteln! Dazu einfach eine neue php-Datei im Web-Verzeichnis speichern und mit folgendem Inhalt füllen: 1 <?php phpinfo() ?> Wird diese Datei über den Browser aufgerufen, dann ist aus der Ausgabe der Funktion phpinfo() ersichtlich, welche php.ini gerade verwendet wird:

    Read more

  • Simple Optimization for PHP and MySQL

    Simple Optimization for PHP and MySQL

    Written by

    in

    Here is a list of a few very simple tips for optimizing your PHP and MySQL applications. Keep these in mind while developing. MySQL PHP Source: http://www.dublish.com/articles/10.html Picture by SpaceX on Unsplash

    Read more