[PHP] objects and $_SESSION access control
nly to granted accounts? Thanks in advance Lorenzo Marussi
[PHP] imagecreate inside an object
hello list, I'm trying to manage a image resouce inside a method, but unsuccessfully... In detail, that's some code snippets: the class and the method: class.php class canvas{ function makeImage($imageWidth = 850){ $im = imagecreate(110, 20) or die("Cannot Initialize new GD image