Hi,
What could be solution of the error:
$_GET['someparameter'] index is not defined
Thanks
You can use the following code:
if (isset($_GET['someparameter'])) { // your code here }else{ //your code here }
Post Answer
Preview:
Ads