PHP Archiv

Das PHP Script Verzeichnis

Category Archives: Code Schnipsel und Klassen

If you generate images dynamically (using GD library) you can’t simply output them to the browser like any other content. Instead you have to: Store dynamically generated image somewhere on your server. Output via img tag to the browser. Remove the image after it was fetched to the browser. Here is the script that makes […]