I'm having a sorta bootstrap issue.<BR><BR>I'm making a website. It has header and footers files. and actual content files, simple enough.<BR><BR>I basicly want to, declare in the header file, or ...
in some web stuff "http://www.foo.com/page.php?username=bob"<BR>will give a variable of name 'username' and value 'bob' to a page.<BR><BR>How do I get this variable ...