N3xT 1 Posted February 24, 2020 Share Posted February 24, 2020 Hello everyone, so, basically I'm trying to create a URL query but for some reason, It's not working and it doesn't recognize the query value. I think IPS doesn't allow queries or something like that? I'm not really an expert with it comes to PHP but I hope someone can help me to solve this issue. <?php $username = $_REQUEST['username']; if(!empty($username)){ echo $username; } else { echo 'no parameter'; } ?> Thanks in advance! 1 Link to comment Share on other sites More sharing options...
N3xT 1 Posted February 26, 2020 Author Share Posted February 26, 2020 Bump Link to comment Share on other sites More sharing options...
N3xT 1 Posted March 5, 2020 Author Share Posted March 5, 2020 Bump Link to comment Share on other sites More sharing options...
N3xT 1 Posted March 10, 2020 Author Share Posted March 10, 2020 Bump Link to comment Share on other sites More sharing options...
Recommended Posts