Jump to content

can't $_Get url var?


Irvin Amoraal

Recommended Posts

I have recently moved the site to a server running php v.5.2.6. I used to use:

switch ($t)

to test a url value, but that doesn't work on the new server. So i added the following code:

$t = $Get['t'];

also tried

$t=$_Request['t'];

but neither get the url value [url.com?t=about]. No error messages.

 

Any ideas what I am doing wrong?

 

Link to comment
https://forums.phpfreaks.com/topic/190952-cant-_get-url-var/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.