Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

index.php?this=something

Status
Not open for further replies.

801119

Programmer
Joined
Apr 10, 2000
Messages
311
Location
SE
Greetings all,

I'm very new to php and would like to know how I get something from this?

in ASP I do: request.querystring("this")
but how in php?

My codes look like something a kid wrote
I have absolutely no idea what I am talking about
Somehow I still manage to make it work
 
This has changed slightly in different versions, but I'll assume you're up to date on your installation.

So you want...
Code:
$some_variable = $_GET["this"]

Pay attention to case...

-Rob
 
I tried that before.. but didn't work, then now I realized I was using lowercase ;) *hehe*.. thanks :)

My codes look like something a kid wrote
I have absolutely no idea what I am talking about
Somehow I still manage to make it work
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top