Hi, i have a problem with my script:

Website: http://lygtertilcyklen.dk/

It does not shows all the pictures even though i can call the url direct in my browser and see the result.

Try to refresh the browser a couple of times and you will see the error.

I have created a fil like this, which i call:

<?php include("imageprocessor.php"); $ImageProcessor = new ImageProcessor(); $ImageProcessor?>Load($_GET['url']); $ImageProcessor->Resize(150, 150, RESIZE_FIT); $ImageProcessor->Parse(100); ?>
Posted 1 month ago