DokuWiki

It's better when it's simple

User Tools

Site Tools


tips:phpwithgd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tips:phpwithgd [2015-08-30 05:00] 126.212.84.129tips:phpwithgd [2021-02-09 06:11] (current) – [Plugins requiring gdlib] goldseed
Line 19: Line 19:
 if (extension_loaded('gd') && function_exists('gd_info')) { if (extension_loaded('gd') && function_exists('gd_info')) {
     echo "PHP GD library is installed on your web server";     echo "PHP GD library is installed on your web server";
-} else {+} 
 +else {
     echo "PHP GD library is NOT installed on your web server";     echo "PHP GD library is NOT installed on your web server";
 } }
Line 52: Line 53:
  
   * [[plugin:fontcolor|fontcolor]]   * [[plugin:fontcolor|fontcolor]]
 +  * [[plugin:rrdgraph|RRD Graph Plugin]]
 +  * [[plugin:livemark|LiveMark Plugin]]
 +
  
  
tips/phpwithgd.1440903653.txt.gz · Last modified: 2015-08-30 05:00 by 126.212.84.129

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki