Bear's blog

Drupals arg function

Drupals arg function

A very, very, very important drupal function.

http://api.drupal.org/api/HEAD/function/arg

Code
function arg($index = NULL, $path = NULL) {
static $arguments;

Drupal - How to pass parameters to a page?

Drupal - How to pass parameters to a page?

in drupal we usually use 'arg' to catch the values
$param = arg()

in your case try:
$param = arg(2)

http://drupal.org/node/105391

http://drupal.org/node/40385

http://www.travistidwell.com/drupal_flash_interface

Passing parameter from form to a script

http://drupal.org/node/137809

http://groups.drupal.org - groups.drupal.org was built with Drupals organic groups

http://groups.drupal.org - groups.drupal.org was built with Drupals organic groups

Good example of how Drupals organic groups works.

http://www.abacadaba.com

http://www.abacadaba.com

Will be a "Mash-Up Network" service provider.

Drupal Core Code

<?php
// $Id: bootstrap.inc,v 1.145 2007/01/15 11:52:02 unconed Exp $
/**
* @file
* Functions that need to be loaded on every Drupal request.
*/
/**
* Indicates that the item should never be removed unless explicitly told to
* using cache_clear_all() with a cache ID.
*/
define('CACHE_PERMANENT', 0);
/**
* Indicates that the item should be removed at the next general cache wipe.
*/
define('CACHE_TEMPORARY', -1);

http://mashupframeworks.com/

http://mashupframeworks.com

Congratulations! Your registration request for the domain name(s) below was successful:

MASHUPFRAMEWORKS.INFO
MASHUPFRAMEWORKS.COM

drupaltherapy.com - Curriculum components

drupaltherapy.com - Curriculum components

http://www.drupaltherapy.com/components

Syndicate content