Hi,
I make extensive use of php to resize images and what not.
I note that actinic doesnt clear variables between each php block, so if you are not careful your variables will be used again later.
Is it possible to clear all variables somehow? I dont know enough of php and can't find anything on the php manual site.
thanks,
paul.
I make extensive use of php to resize images and what not.
I note that actinic doesnt clear variables between each php block, so if you are not careful your variables will be used again later.
Is it possible to clear all variables somehow? I dont know enough of php and can't find anything on the php manual site.
thanks,
paul.
Comment