Jump to content

URL Queries


N3xT

Recommended Posts

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!

  • Upvote 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...