$id=$_GET['id'] value cannot be obtained
Are you passing by post or by get? If it is passed by post, you can’t get it. Maybe the delivery method is wrong
How do you pass it? If you can't get the id, there must be something wrong with your delivery method
Are you passing by post or by get? If it is passed by post, you can’t get it. Maybe the delivery method is wrong
How do you pass it? If you can't get the id, there must be something wrong with your delivery method