Tag: PHP

  • HTTP header CSV type

    HTTP header CSV type

    The right HTTP header content-type for CSV files is the following: The complete HTTP header: In PHP you should use for an CSV file download the following lines at the start of the file: In C#/ASP .Net you use the following code in the code behind file:

  • PHP PDO jQuery AJAX Example

    PHP PDO jQuery AJAX Example

    I have found a very nice tutorial, how to use PHP, PDO, jQuery and the ajax technology to create, edit and delete records on a database table. I have copied the script and had make an online demo page from this project. Its like my own German article how to use PHP and Ajax to…

  • jQuery Ajax MySQL Tabellen Editieren Tutorial

    Dieses Tutorial baut auf jQuery auf, zum Grundverständnis sollte eventuell sich das jQuery Tutorial durchgelesen werden. Wer der englischen Sprache mächtig ist, kann auch sich dieses Beispiel ansehen. Es gibt vier Dateien, functions.js, index.php, mysql.php und functions.php. In der functions.js sind alle unsere JavaScript Funktionen abgelegt. Die index.php beinhaltet zum einen das HTML Template und beantwortet die…

  • jQuery UI, Ajax animierter Ladebalken

    Mit Hilfe von PHP und JavaScript kann man einen Tollen animierten Ladebalken erstellen. Sehr interessant, wenn man mit PHP Aktionen durchführen möchte, die über 5 Sekunden dauern.   Das schöne ist das man dank Ajax Technologie den Anwender immer auf dem neusten Stand halten kann. Download Vorschau im Browser

  • PHP Tutorial

    Für dieses Tutorial sind Grundlagen in HTML erforderlich. Was ist PHP? PHP ist eine Skriptsprache, welche auf dem Webserver ausgeführt wird. Durch PHP wird es möglich Serverseitig Dynamische Webseiten zu erstellen.

  • Inbetriebnahme von XAMPP

    XAMPP (X:Betriebssystem, A:Apache, M:MySQL, P:Perl, P: PHP) Inbetriebnahme von XAMPP Benötigte Komponenten Apache Web-Server MySQL-DB-Server PHPMyAdmin als DBMS für MySQL PHP und PHP-Apache-Modul