REQUEST and GET.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Mightywayne
Forum Contributor
Posts: 237
Joined: Sat Dec 09, 2006 6:46 am

REQUEST and GET.

Post by Mightywayne »

Hi, I moved to a new server and now sometimes when I should be able to get $_GET info, it simply doesn't pick up (is blank) and I have to $_REQUEST it.

Anyone know what's up?
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: REQUEST and GET.

Post by josh »

Is it being POST'd?
Post Reply