Jump to content
  • Sign Up

N3xT

Newbie
  • Posts

    4
  • Joined

  • Last visited

Everything posted by N3xT

  1. N3xT

    URL Queries

    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!
×
×
  • Create New...