Mailinglisten-Archive |
Hallo
> http://www.url.de/foo/bar/verzeichnis/index.php?asdb=asdf
> 'verzeichnis' rausbekommen. irgendwie komm
dafuer brauchst du noch nicht mal regexp.
$url=explode("/",$REQUEST_URI);
$foo = $url[1];
$bar = $url[2];
$verzeichnis = $url[3];
Freundliche Gruesse,
Sebastian Nohn
--
NeT&Trade GmbH email : s.nohn_(at)_nettrade.de
TechnoPark der GMD www : http://www.nettrade.de/
Rathausallee 10 tel : +49 22 41 - 20 40 33
53757 Sankt Augustin fax : +49 22 41 - 20 40 34
Germany mobile: +49 173 - 59 64 377
php::bar PHP Wiki - Listenarchive