php 8.2 version is installed
.htaccess
Options +FollowSymLinks
RewriteEngine On
ErrorDocument 404 /404.php
RewriteRule ^urun/([0-9a-zA-Z-_]+)(/?)$ urun.php?urunler=$1 [L]
PHP code
$_GET['urunler'];
the error i got
Warning: Undefined array key “urunler” in D:xampphtdocsdijitalurunurun.php on line 2
Can you help me? thank you
I changed xampp version, php 8.2 version is installed
2