jamesl Posted January 13, 2007 Share Posted January 13, 2007 I've seen this done too, where a number or name can be got after a PHP file like so: file.php?274123How is this accomplished? Quote Link to comment Share on other sites More sharing options...
taith Posted January 13, 2007 Share Posted January 13, 2007 you uset $_GET[]file.php?op=test[code]echo $_GET[op];[/code] Quote Link to comment Share on other sites More sharing options...
jamesl Posted January 13, 2007 Author Share Posted January 13, 2007 No, without a variable such as op.... could it just be $_GET[0]? Quote Link to comment Share on other sites More sharing options...
taith Posted January 13, 2007 Share Posted January 13, 2007 no... i dont think so... you'd wanna use $_SERVER[QUERY_STRING] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.