Nasıl $_GET index.php ayıklamak için kullanabilir miyim? 23456
Örneğin:
www.example.com / index.php? 23456
www.example.com/? 23456
Veya:
www.example.com / index.php? 23456&55555
sonucu olmalıdır:
echo $string; // result 23456
echo $string2; // result 23456