[Notice] Undefined index: MatchingStones

GET /trade-search/matching_stones

Line 502 in /var/www/nzgem.co.nz/mysite/code/pages/Trade.php

Source

493 
494 
495 
496 
497     }
498     
499     public function matching_stones()
500     {
501         
502         $MatchingStones = $_POST['MatchingStones'];
503         
504         $MatchingStones = explode(",",$MatchingStones); 
505          
506         $response = "";
507          
508         

Trace