How do i make my images tru thumbnails?I mean, when i upload images the thumbnail that appears is one with big letters sayin' NA.I don't know if i have that GDlib.How do i check if i have it installed?
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can check if you have GDlib installed by contacting your web hosting company or by creating a phpinfo.php file and placing the following in it:
<?php phpinfo(); ?>
You should then be able to view the phpinfo.php file in your web browser and scroll through the page to see if GDlib is installed and what version you are using.
If you don't have GDlib installed you can then make your thumbnails in an image editor like Photoshop or Paint Shop Pro and upload them.
Otherwise, you're stuck with the default thumbnail image.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Where can i download GDlib to add it to my PHP?
If i cannot ask for my host to install GDlib is there any other images script that does not requiere gdlib?Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How do i make my images tru thumbnails?I mean, when i upload images the thumbnail that appears is one with big letters sayin' NA.I don't know if i have that GDlib.How do i check if i have it installed?
Thank you
You can check if you have GDlib installed by contacting your web hosting company or by creating a phpinfo.php file and placing the following in it:
<?php phpinfo(); ?>
You should then be able to view the phpinfo.php file in your web browser and scroll through the page to see if GDlib is installed and what version you are using.
If you don't have GDlib installed you can then make your thumbnails in an image editor like Photoshop or Paint Shop Pro and upload them.
Otherwise, you're stuck with the default thumbnail image.
Where can i download GDlib to add it to my PHP?
If i cannot ask for my host to install GDlib is there any other images script that does not requiere gdlib?Thanks