I am looking for help with PHP and ImageMagick.
I have loaded up some pictures onto my website, but it is taking a long time for them to open, hence why someone advised me to use PHP. However when i have done the:
Code: Select all
<?php
phpinfo();
?>That brought up alot of information which i dont think i need to detail, apart from the part that says:
.Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared"
I am guessing that maybe it is something to do with my configuration of my .ini file. Someone also advised me to download Xampp, which i have done, now i have got all these .ini files, and not sure which one i am editing or where i am editing it.
C:\Program Files\PHP
E:\Apache
E:\Apache\Apache2\htdocs\Apache XAMPP\xampp\php
E:\Apache\Apache2\htdocs\Apache XAMPP\xampp\php
E:\Apache\Apache2\htdocs\Apache XAMPP\xampp\php
E:\Apache\Apache2\htdocs\Apache XAMPP\xampp\apache\bin
E:\Apache\Apache2\htdocs\Apache XAMPP\xampp\php\php4
E:\Apache\Apache2\htdocs\Apache XAMPP\xampp\php\php4
E:\Apache\Apache2\htdocs\Apache XAMPP\xampp\php\php4
I have even set up a test.php file and loaded it up and i get the image box with "NO GD" in it.
thanks
Gary