Hm... also bis jetzt habe ich alles so übergeben:
$wahl = explode("|",$_GET['pos']);
D.h. ich hatte später sowas hier:
/index.php?pos=|3|4
oder
/index.php?pos=|1
allerdings bekomme ich das ganze nicht passend umgeschrieben
mein Htacess sieht so aus:
Options -Indexes
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteRule ^index/(.*)/(.*)/(.*)(.html?)$ index.php?pos=$1 [L]
Hat jemand vielleicht einen Tip wie es geht?
---
Bastian_W
------
Real programmers don't comment their code. It was hard to write, so it should be hard to read.