I am getting error.
url.com/test.php?id=123&id2=456
This is my get.php
<?php
$id = $_GET['id'];
$id2 = $_GET['id2'];
?>
I am getting this error for 2nd parameter
instead of & url getting &
Error
[23-Feb-2017 03:45:00 UTC] PHP Notice: Undefined index: id2 in /home/xxxx/public_html/url.com/get.php on line 4