File/key/openlayerMaps.php

Description

Openlayer data points

Generates a 'virtual' text file for data points in openlayer maps

  • author: Andreas Plank <andreas.plank@web.de>
  • version: 2009-02-24 21:24:33
  • license: Noncommercial-Share
Includes
 include (preg_replace('#(.+/)([^/]+/){1}[^/]+\.php#',"\\1\\3",__FILE__).'structure/session.inc.php') (line 23)

Use a session

Extract current server path relatively: {1} means one level up as it replaces any string exept '/' multiple times ('+') ended by '/'. In regular expression language:

  1. ([^/]+/)
The (..) can be used to refere the found string by \\1, \\2 and so on.

Documentation generated on Sun, 19 Jul 2009 14:49:07 +0800 by phpDocumentor 1.4.2