0

Possible Duplicate:
php get variables as key with no value assigned

When im working on some of my PHP scripts, I often find it hard to figure our a _GET value that still can make the page look good, so im wondering if it somehow is possible just to do for example index.php?somevalue

Community
  • 1
  • 1
PeaceDealer
  • 977
  • 2
  • 9
  • 20

1 Answers1

1

Yup, you can access that value via $_SERVER['QUERY_STRING'].