Hello. I have gett requests of the form:
getdata?contact&term=text getdata?company&term=text How can I check the get request now, where is contact or company ?
$_GET['company'] returned null. The link must be with &term=text .
Code in this form:
if(isset($_GET['company']) && isset($_GET['term'])) { }