http://sdlfjklsjdflsfj.com/index.php?x=visitors/content
what is that ?x=dfjjsdf and where do you get it?
For example: http://somesite.com/?x=test Code:echo('$_GET[x]'); This function would echo "test"
http://somesite.com/?x=test
This function would echo "test"
how do I use the function?
<a href="echo('$_GET[x]')">About Us</a>?
That is a variable in the GET form. The variable (x) is referenced as $_GET['x']
How do I use it?