Hallo Leute,
Ich öffne diese URL
test.php?was=123
(Test.php)
<?PHP
echo $_GET['was'];
?>
aber ich möchte jetzt das was= nicht mehr eingeben also:
test.php?123
weiß irgendjemand wie das geht?
danke für eure antwort
Hallo Leute,
Ich öffne diese URL
test.php?was=123
(Test.php)
<?PHP
echo $_GET['was'];
?>
aber ich möchte jetzt das was= nicht mehr eingeben also:
test.php?123
weiß irgendjemand wie das geht?
danke für eure antwort