File/key/queryDB.php

Description

Automatic suggestions for references (Ajax)

Gets variables by $_GET and query the database backend by settings in Note if there is any produced error there will be no note

  • 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/functions.php') (line 36)

Read functions

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.

 include (preg_replace('#(.+/)([^/]+/){1}[^/]+\.php#',"\\1\\3",__FILE__).'structure/classes/sql.php') (line 42)

Read sql class for DB access

Extract current server path relatively

Documentation generated on Mon, 14 Dec 2009 14:37:07 +0100 by phpDocumentor 1.4.2