Announcement

Collapse
No announcement yet.

php expert please!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    php expert please!

    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.

    #2
    See the PHP documentation for unset.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Hi norman,

      thanks for your info - I will go give it a try.

      Do you know if there is somewhere I can put custom functions within actinics php? If I use a function it says its already defined and gives me errors (again as its looping I guess).

      Thanks,
      Paul.

      Comment

      Working...
      X