09-25-2010, 01:03 AM
|
#1 (permalink)
|
|
The Visitor
Join Date: Sep 2010
Posts: 4
Thanks: 0
|
need help init_set
hi evryone i have this problem with my upload script help is apreciated * 100
i found the problem its
ini_set not working with imagecreatefromjpeg
anyone know solution??
Quote:
ini_set("memory_limit","32M");
echo ini_get("memory_limit");
$test = imagecreatefromjpeg("test_image.jpg");
|
Last edited by Et3rnity : 09-25-2010 at 01:44 AM.
|
|
|
|