Welcome to Geeklog, Anonymous Thursday, April 18 2024 @ 09:58 pm EDT

Blocks and Arguments

  • Wednesday, July 10 2002 @ 06:54 pm EDT
  • Contributed by:
  • Views: 5,066
Announcements Can blocks accepts arguments? For example, I have a block with elements that can be editted (using a link like $PHP_SELF?amode=edit&app_id=45), yet when clicked, I attempt to read $amode or $app_id and they are shown as empty. Is there something that I\'m not doing right?