[PHP] objects and $_SESSION access control

2010-10-26 Thread Lorenzo Marussi
nly to granted accounts? Thanks in advance Lorenzo Marussi

[PHP] imagecreate inside an object

2010-08-19 Thread Lorenzo Marussi
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